Index: third_party/WebKit/Source/core/events/KeyboardEvent.idl |
diff --git a/third_party/WebKit/Source/core/events/KeyboardEvent.idl b/third_party/WebKit/Source/core/events/KeyboardEvent.idl |
index 3e478cd6c37863b95b4db8c1432732dd677fc5f3..ccc92d28210dba59f74bfdb38107d9682ada242f 100644 |
--- a/third_party/WebKit/Source/core/events/KeyboardEvent.idl |
+++ b/third_party/WebKit/Source/core/events/KeyboardEvent.idl |
@@ -45,7 +45,7 @@ |
[CallWith=ScriptState, Measure, LegacyInterfaceTypeChecking] void initKeyboardEvent([Default=Undefined] optional DOMString type, |
[Default=Undefined] optional boolean bubbles, |
[Default=Undefined] optional boolean cancelable, |
- [Default=Undefined] optional Window view, |
+ [Default=Undefined] optional Window? view, |
[Default=Undefined] optional DOMString keyIdentifier, |
[Default=Undefined] optional unsigned long location, |
[Default=Undefined] optional boolean ctrlKey, |