Index: Source/core/dom/UIEvent.idl |
diff --git a/Source/core/dom/UIEvent.idl b/Source/core/dom/UIEvent.idl |
index 09960d7731463c44a97a594111cc3850171a6a96..415078a3934aa51a14c06dcc75d1040154302bb3 100644 |
--- a/Source/core/dom/UIEvent.idl |
+++ b/Source/core/dom/UIEvent.idl |
@@ -20,13 +20,13 @@ |
[ |
ConstructorTemplate=Event |
] interface UIEvent : Event { |
- [InitializedByEventConstructor] readonly attribute Window view; |
+ [InitializedByEventConstructor] readonly attribute DOMWindow view; |
[InitializedByEventConstructor] readonly attribute long detail; |
void initUIEvent([Default=Undefined] optional DOMString type, |
[Default=Undefined] optional boolean canBubble, |
[Default=Undefined] optional boolean cancelable, |
- [Default=Undefined] optional Window view, |
+ [Default=Undefined] optional DOMWindow view, |
[Default=Undefined] optional long detail); |
// extensions |