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

Unified Diff: core/html/HTMLIFrameElement.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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/HTMLFrameSetElement.idl ('k') | core/html/HTMLLinkElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLIFrameElement.idl
diff --git a/core/html/HTMLIFrameElement.idl b/core/html/HTMLIFrameElement.idl
index b73c76416fcccd4506999037938b8a6ff24e13ae..bc93aa32446cda65338b1c16049f1a8c1c52d315 100644
--- a/core/html/HTMLIFrameElement.idl
+++ b/core/html/HTMLIFrameElement.idl
@@ -37,7 +37,7 @@ interface HTMLIFrameElement : HTMLElement {
[CheckSecurityForNode] readonly attribute Document contentDocument;
// Extensions
- readonly attribute DOMWindow contentWindow;
+ readonly attribute Window contentWindow;
[CheckSecurityForNode, RaisesException] SVGDocument getSVGDocument();
};
« no previous file with comments | « core/html/HTMLFrameSetElement.idl ('k') | core/html/HTMLLinkElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698