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

Unified Diff: third_party/WebKit/Source/core/html/HTMLObjectElement.idl

Issue 2077523002: Add contentWindow attribute for <object> elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
Index: third_party/WebKit/Source/core/html/HTMLObjectElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.idl b/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
index d0f6261580a4b591d682c0f9e6f93c2a6df1a330..273c47c6ce019a4842ea661e0381b0ab9d62e547 100644
--- a/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
@@ -34,7 +34,7 @@
[Reflect] attribute DOMString width;
[Reflect] attribute DOMString height;
[CheckSecurity=ReturnValue] readonly attribute Document? contentDocument;
- // TODO(philipj): readonly attribute WindowProxy? contentWindow;
+ readonly attribute WindowProxy? contentWindow;
Yuki 2016/06/16 12:24:23 Do we really support "WindowProxy"? I don't see a
Shanmuga Pandi 2016/06/17 10:37:31 Done.
[CheckSecurity=ReturnValue, RaisesException] Document? getSVGDocument();
readonly attribute boolean willValidate;

Powered by Google App Engine
This is Rietveld 408576698