Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1156)

Unified Diff: core/html/HTMLFrameElement.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/html/HTMLFormElement.idl ('k') | core/html/HTMLIFrameElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLFrameElement.idl
diff --git a/core/html/HTMLFrameElement.idl b/core/html/HTMLFrameElement.idl
index 819bc6c9257cc1725787bf8f8e091ec6084e0656..54e290141f066eb6cd7ca105b96b1a9e945cdd17 100644
--- a/core/html/HTMLFrameElement.idl
+++ b/core/html/HTMLFrameElement.idl
@@ -27,13 +27,9 @@ interface HTMLFrameElement : HTMLElement {
[Reflect] attribute DOMString frameBorder;
[Reflect, URL] attribute DOMString longDesc;
[Reflect] attribute boolean noResize;
- [CheckSecurity=Node] readonly attribute Document? contentDocument;
+ [CheckSecurity=ReturnValue] readonly attribute Document? contentDocument;
readonly attribute Window? contentWindow;
[Reflect, TreatNullAs=EmptyString] attribute DOMString marginHeight;
[Reflect, TreatNullAs=EmptyString] attribute DOMString marginWidth;
-
- // FIXME: The spec defines getSVGDocument() for HTMLIFrameElement,
- // HTMLEmbedElement and HTMLObjectElement, but not here.
- [Measure, CheckSecurity=Node, RaisesException] Document? getSVGDocument();
};
« no previous file with comments | « core/html/HTMLFormElement.idl ('k') | core/html/HTMLIFrameElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698