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.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebCore/html/HTMLFrameElement.idl b/Source/WebCore/html/HTMLFrameElement.idl
index dfe4ef89c..1c6851b8a 100644
--- a/Source/WebCore/html/HTMLFrameElement.idl
+++ b/Source/WebCore/html/HTMLFrameElement.idl
@@ -32,19 +32,19 @@ module html {
attribute [Reflect, URL] DOMString src;
// Introduced in DOM Level 2:
- readonly attribute [CheckFrameSecurity] Document contentDocument;
+ readonly attribute [CheckAccessToNode] 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
- [SVGCheckSecurityDocument] SVGDocument getSVGDocument()
+ [CheckAccessToNode] SVGDocument getSVGDocument()
raises(DOMException);
#endif
#endif
- attribute [ConvertNullToNullString, CustomSetter] DOMString location;
+ attribute [TreatNullAs=EmptyString, CustomSetter] DOMString location;
readonly attribute long width;
readonly attribute long height;