| 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 966b48c35aeafa626fd0181877134aada69a86d4..7671a1ff225142f7f0dd0fa05320c1fe094d73c2 100644
|
| --- a/third_party/WebKit/Source/core/events/Event.idl
|
| +++ b/third_party/WebKit/Source/core/events/Event.idl
|
| @@ -42,7 +42,7 @@
|
| void preventDefault();
|
| readonly attribute boolean defaultPrevented;
|
|
|
| - [RuntimeEnabled=ShadowDOMV1, MeasureAs=EventScoped] readonly attribute boolean scoped;
|
| + [RuntimeEnabled=ShadowDOMV1, MeasureAs=EventComposed] readonly attribute boolean composed;
|
| [RuntimeEnabled=ShadowDOMV1, MeasureAs=EventRelatedTargetScoped] readonly attribute boolean relatedTargetScoped;
|
|
|
| [Unforgeable] readonly attribute boolean isTrusted;
|
|
|