Index: Source/core/events/UIEvent.idl |
diff --git a/Source/core/events/UIEvent.idl b/Source/core/events/UIEvent.idl |
index bfa6da92568bf7fe1c74a4b7174ae65de3e027d6..be9de3ecee21d218a4c30fb9d42208ffc5c5117f 100644 |
--- a/Source/core/events/UIEvent.idl |
+++ b/Source/core/events/UIEvent.idl |
@@ -20,7 +20,7 @@ |
[ |
ConstructorTemplate=Event |
] interface UIEvent : Event { |
- [InitializedByEventConstructor] readonly attribute Window view; |
+ [InitializedByEventConstructor] readonly attribute Window? view; |
[InitializedByEventConstructor] readonly attribute long detail; |
void initUIEvent([Default=Undefined] optional DOMString type, |