| Index: Source/core/events/Event.idl
|
| diff --git a/Source/core/events/Event.idl b/Source/core/events/Event.idl
|
| index 58a832a3a62598adba2dbea923183845ada2cb0f..5738f4b00cda2e79a038628a951b6909992b7a27 100644
|
| --- a/Source/core/events/Event.idl
|
| +++ b/Source/core/events/Event.idl
|
| @@ -59,9 +59,9 @@
|
|
|
| void stopPropagation();
|
| void preventDefault();
|
| - void initEvent([Default=Undefined] optional DOMString eventTypeArg,
|
| - [Default=Undefined] optional boolean canBubbleArg,
|
| - [Default=Undefined] optional boolean cancelableArg);
|
| + void initEvent(optional DOMString eventTypeArg,
|
| + optional boolean canBubbleArg,
|
| + optional boolean cancelableArg);
|
|
|
| // DOM Level 3 Additions.
|
| readonly attribute boolean defaultPrevented;
|
|
|