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

Unified Diff: Source/core/html/HTMLIFrameElement.idl

Issue 17031006: Rename DOMWindow interface to Window (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 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
« no previous file with comments | « Source/core/html/HTMLFrameSetElement.idl ('k') | Source/core/page/DOMWindow.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLIFrameElement.idl
diff --git a/Source/core/html/HTMLIFrameElement.idl b/Source/core/html/HTMLIFrameElement.idl
index b73c76416fcccd4506999037938b8a6ff24e13ae..bc93aa32446cda65338b1c16049f1a8c1c52d315 100644
--- a/Source/core/html/HTMLIFrameElement.idl
+++ b/Source/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 | « Source/core/html/HTMLFrameSetElement.idl ('k') | Source/core/page/DOMWindow.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698