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

Unified Diff: core/dom/Document.idl

Issue 959933002: Move IDLs to 39 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 5 years, 10 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/dom/DOMRectReadOnly.idl ('k') | core/dom/DocumentFullscreen.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/Document.idl
diff --git a/core/dom/Document.idl b/core/dom/Document.idl
index e6cadff6945915cb4d75d51366efd42c118db9c8..09e583726573fe87e25d09586fabfcb490ad6f8c 100644
--- a/core/dom/Document.idl
+++ b/core/dom/Document.idl
@@ -23,7 +23,7 @@ callback CustomElementConstructor = Element ();
typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext;
[
- SpecialWrapFor=HTMLDocument|XMLDocument
+ SpecialWrapFor=(HTMLDocument,XMLDocument)
] interface Document : Node {
// DOM Level 1 Core
@@ -80,7 +80,7 @@ typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext;
// DOM Level 2 Abstract Views (DocumentView interface)
- [ImplementedAs=executingWindow] readonly attribute Window defaultView;
+ [ImplementedAs=domWindow] readonly attribute Window defaultView;
// DOM Level 2 Style (DocumentStyle interface)
« no previous file with comments | « core/dom/DOMRectReadOnly.idl ('k') | core/dom/DocumentFullscreen.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698