summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLFrameElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLFrameElement.idl')
-rw-r--r--Source/WebCore/html/HTMLFrameElement.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/html/HTMLFrameElement.idl b/Source/WebCore/html/HTMLFrameElement.idl
index 51a471621..f40f7b1c5 100644
--- a/Source/WebCore/html/HTMLFrameElement.idl
+++ b/Source/WebCore/html/HTMLFrameElement.idl
@@ -32,14 +32,14 @@ module html {
attribute [Reflect, URL] DOMString src;
// Introduced in DOM Level 2:
- readonly attribute [CheckAccessToNode] Document contentDocument;
+ readonly attribute [CheckSecurityForNode] Document contentDocument;
// Extensions
readonly attribute DOMWindow contentWindow;
#if defined(ENABLE_SVG) && ENABLE_SVG
#if !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C || defined(ENABLE_SVG_DOM_OBJC_BINDINGS) && ENABLE_SVG_DOM_OBJC_BINDINGS
- [CheckAccessToNode] SVGDocument getSVGDocument()
+ [CheckSecurityForNode] SVGDocument getSVGDocument()
raises(DOMException);
#endif
#endif