Index: Source/core/dom/Document.idl |
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
index 33b5a2125b6fd6354c264b6f994d2bbf30e945b6..2029c3dbf8974773e60ad0f2887675ecf7a8d922 100644 |
--- a/Source/core/dom/Document.idl |
+++ b/Source/core/dom/Document.idl |
@@ -86,7 +86,7 @@ callback CustomElementConstructor = Element (); |
// DOM Level 2 Abstract Views (DocumentView interface) |
- readonly attribute DOMWindow defaultView; |
+ readonly attribute Window defaultView; |
// DOM Level 2 Style (DocumentStyle interface) |
@@ -256,7 +256,7 @@ callback CustomElementConstructor = Element (); |
[NotEnumerable] attribute EventListener onwebkitpointerlockerror; |
[NotEnumerable, EnabledAtRuntime=experimentalContentSecurityPolicyFeatures] attribute EventListener onsecuritypolicyviolation; |
- [EnabledAtRuntime=touch] Touch createTouch([Default=Undefined] optional DOMWindow window, |
+ [EnabledAtRuntime=touch] Touch createTouch([Default=Undefined] optional Window window, |
[Default=Undefined] optional EventTarget target, |
[Default=Undefined] optional long identifier, |
[Default=Undefined] optional long pageX, |