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..31af7fe6284f203fe09c99ed4d2a61424119d561 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLObjectElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.idl |
@@ -34,7 +34,8 @@ |
[CEReactions, Reflect] attribute DOMString width; |
[CEReactions, Reflect] attribute DOMString height; |
[CheckSecurity=ReturnValue] readonly attribute Document? contentDocument; |
- // TODO(foolip): readonly attribute WindowProxy? contentWindow; |
+ // TODO(shanmuga.m): The spec uses the WindowProxy type for this attribute. |
+ readonly attribute Window? contentWindow; |
[CheckSecurity=ReturnValue, RaisesException] Document? getSVGDocument(); |
readonly attribute boolean willValidate; |