| Index: Source/core/events/TextEvent.idl
|
| diff --git a/Source/core/events/TextEvent.idl b/Source/core/events/TextEvent.idl
|
| index 3d03594e04329f6c0602db409354ba0c9f2a7ab2..c486f4f0249d87c2ace078bcebcbceee92547f7a 100644
|
| --- a/Source/core/events/TextEvent.idl
|
| +++ b/Source/core/events/TextEvent.idl
|
| @@ -28,11 +28,11 @@ interface TextEvent : UIEvent {
|
|
|
| readonly attribute DOMString data;
|
|
|
| - 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 DOMString dataArg);
|
| + void initTextEvent(optional DOMString typeArg,
|
| + optional boolean canBubbleArg,
|
| + optional boolean cancelableArg,
|
| + optional Window viewArg,
|
| + optional DOMString dataArg);
|
|
|
| };
|
|
|
|
|