| Index: Source/core/dom/Event.idl
|
| diff --git a/Source/core/dom/Event.idl b/Source/core/dom/Event.idl
|
| index 680b0385026bec16b2da365dcb448b62b9294227..8da189408fa4cbc7ecd5677f4a12cb5b6d7121d8 100644
|
| --- a/Source/core/dom/Event.idl
|
| +++ b/Source/core/dom/Event.idl
|
| @@ -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;
|
| };
|
|
|