| Index: third_party/WebKit/Source/core/events/TextEvent.idl
|
| diff --git a/third_party/WebKit/Source/core/events/TextEvent.idl b/third_party/WebKit/Source/core/events/TextEvent.idl
|
| index f5633830c368a71c009e9dbf95c01693580488b3..3931b6642f67d07992b60a9e2e252a2d3540a3eb 100644
|
| --- a/third_party/WebKit/Source/core/events/TextEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/TextEvent.idl
|
| @@ -37,7 +37,7 @@ interface TextEvent : UIEvent {
|
| [Measure, LegacyInterfaceTypeChecking] void initTextEvent([Default=Undefined] optional DOMString typeArg,
|
| [Default=Undefined] optional boolean canBubbleArg,
|
| [Default=Undefined] optional boolean cancelableArg,
|
| - [Default=Undefined] optional Window viewArg,
|
| + [Default=Undefined] optional Window? viewArg,
|
| [Default=Undefined] optional DOMString dataArg);
|
|
|
| };
|
|
|