| Index: third_party/WebKit/Source/core/events/Event.idl
|
| diff --git a/third_party/WebKit/Source/core/events/Event.idl b/third_party/WebKit/Source/core/events/Event.idl
|
| index 7671a1ff225142f7f0dd0fa05320c1fe094d73c2..e9cf8c0b69040070c7a8dc37268907844533c628 100644
|
| --- a/third_party/WebKit/Source/core/events/Event.idl
|
| +++ b/third_party/WebKit/Source/core/events/Event.idl
|
| @@ -43,7 +43,6 @@
|
| readonly attribute boolean defaultPrevented;
|
|
|
| [RuntimeEnabled=ShadowDOMV1, MeasureAs=EventComposed] readonly attribute boolean composed;
|
| - [RuntimeEnabled=ShadowDOMV1, MeasureAs=EventRelatedTargetScoped] readonly attribute boolean relatedTargetScoped;
|
|
|
| [Unforgeable] readonly attribute boolean isTrusted;
|
|
|
|
|