| Index: Source/core/events/UIEvent.idl
|
| diff --git a/Source/core/events/UIEvent.idl b/Source/core/events/UIEvent.idl
|
| index 4d025d8050b968d75e006eb29804a3a86692fd14..d31f64ff566a2a8045fda7f418b7c922af2adda7 100644
|
| --- a/Source/core/events/UIEvent.idl
|
| +++ b/Source/core/events/UIEvent.idl
|
| @@ -23,11 +23,11 @@
|
| [InitializedByEventConstructor] readonly attribute Window? view;
|
| [InitializedByEventConstructor] readonly attribute long detail;
|
|
|
| - void initUIEvent([Default=Undefined] optional DOMString type,
|
| - [Default=Undefined] optional boolean canBubble,
|
| - [Default=Undefined] optional boolean cancelable,
|
| - [Default=Undefined] optional Window view,
|
| - [Default=Undefined] optional long detail);
|
| + void initUIEvent(optional DOMString type,
|
| + optional boolean canBubble,
|
| + optional boolean cancelable,
|
| + optional Window view,
|
| + optional long detail);
|
|
|
| // Non-standard
|
| [MeasureAs=UIEventLayerX] readonly attribute long layerX;
|
|
|