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

Unified Diff: core/html/HTMLObjectElement.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/HTMLMediaElement.idl ('k') | core/html/HTMLOptionElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLObjectElement.idl
diff --git a/core/html/HTMLObjectElement.idl b/core/html/HTMLObjectElement.idl
index a936771f2bad3236c3ffaed226dfcb11c8d89b39..d0f6261580a4b591d682c0f9e6f93c2a6df1a330 100644
--- a/core/html/HTMLObjectElement.idl
+++ b/core/html/HTMLObjectElement.idl
@@ -33,9 +33,9 @@
[ImplementedAs=formOwner] readonly attribute HTMLFormElement? form;
[Reflect] attribute DOMString width;
[Reflect] attribute DOMString height;
- [CheckSecurity=Node] readonly attribute Document? contentDocument;
+ [CheckSecurity=ReturnValue] readonly attribute Document? contentDocument;
// TODO(philipj): readonly attribute WindowProxy? contentWindow;
- [CheckSecurity=Node, RaisesException] Document? getSVGDocument();
+ [CheckSecurity=ReturnValue, RaisesException] Document? getSVGDocument();
readonly attribute boolean willValidate;
readonly attribute ValidityState validity;
« no previous file with comments | « core/html/HTMLMediaElement.idl ('k') | core/html/HTMLOptionElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698