| Index: core/dom/Event.idl
|
| diff --git a/core/dom/Event.idl b/core/dom/Event.idl
|
| index 680b0385026bec16b2da365dcb448b62b9294227..74af6e13cbde35c684c858bea81ebfb065fd1998 100644
|
| --- a/core/dom/Event.idl
|
| +++ b/core/dom/Event.idl
|
| @@ -22,7 +22,7 @@
|
| [
|
| CustomToV8,
|
| ConstructorTemplate=Event
|
| -
|
| +
|
| ] interface Event {
|
|
|
| // DOM PhaseType
|
| @@ -59,8 +59,8 @@
|
|
|
| void stopPropagation();
|
| void preventDefault();
|
| - void initEvent([Default=Undefined] optional DOMString eventTypeArg,
|
| - [Default=Undefined] optional boolean canBubbleArg,
|
| + void initEvent([Default=Undefined] optional DOMString eventTypeArg,
|
| + [Default=Undefined] optional boolean canBubbleArg,
|
| [Default=Undefined] optional boolean cancelableArg);
|
|
|
| // DOM Level 3 Additions.
|
| @@ -72,7 +72,7 @@
|
| attribute boolean returnValue;
|
| attribute boolean cancelBubble;
|
|
|
| - [EnabledAtRuntime=experimentalShadowDOM] readonly attribute NodeList path;
|
| + [EnabledAtRuntime=ShadowDOM] readonly attribute NodeList path;
|
|
|
| [Custom] readonly attribute Clipboard clipboardData;
|
| };
|
|
|