| Index: Source/core/events/Event.idl
|
| diff --git a/Source/core/events/Event.idl b/Source/core/events/Event.idl
|
| index dc030b020953851b06ffd91c2923003883fcc872..11d287e501f5ab632a71d9d8a2dc31fc5d194f9d 100644
|
| --- a/Source/core/events/Event.idl
|
| +++ b/Source/core/events/Event.idl
|
| @@ -71,7 +71,7 @@
|
| [ImplementedAs=legacyReturnValue, MeasureAs=EventReturnValue] attribute boolean returnValue;
|
| attribute boolean cancelBubble;
|
|
|
| - [RuntimeEnabled=ShadowDOM] readonly attribute NodeList path;
|
| + readonly attribute NodeList path;
|
|
|
| [Custom=Getter] readonly attribute DataTransfer clipboardData;
|
| };
|
|
|