Index: Source/core/events/FocusEvent.idl |
diff --git a/Source/core/events/FocusEvent.idl b/Source/core/events/FocusEvent.idl |
index 659e5769f59bc46aeb9644a42968681a8386d966..d88560850c1b501cd93bef79b7ca5c2c9e8d8f24 100644 |
--- a/Source/core/events/FocusEvent.idl |
+++ b/Source/core/events/FocusEvent.idl |
@@ -26,5 +26,5 @@ |
[ |
ConstructorTemplate=Event |
] interface FocusEvent : UIEvent { |
- [InitializedByEventConstructor] readonly attribute EventTarget relatedTarget; |
+ [InitializedByEventConstructor] readonly attribute EventTarget? relatedTarget; |
}; |