Chromium Code Reviews| 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 77d1cf9e1d15ada3bcadc80fb7f728b47857b721..a5c644d189633be0b62a2342c0c1eaf2b1f21ba1 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLObjectElement.idl |
| +++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.idl |
| @@ -34,7 +34,7 @@ |
| [CEReactions, Reflect] attribute DOMString width; |
| [CEReactions, Reflect] attribute DOMString height; |
| [CheckSecurity=ReturnValue] readonly attribute Document? contentDocument; |
| - // TODO(foolip): readonly attribute WindowProxy? contentWindow; |
|
fs
2016/06/22 08:33:02
Maybe keep the/a TODO because of the WindowProxy<-
Shanmuga Pandi
2016/06/22 10:27:32
Done.
|
| + readonly attribute Window? contentWindow; |
| [CheckSecurity=ReturnValue, RaisesException] Document? getSVGDocument(); |
| readonly attribute boolean willValidate; |