| Index: third_party/WebKit/Source/core/events/EventInit.idl
|
| diff --git a/third_party/WebKit/Source/core/events/EventInit.idl b/third_party/WebKit/Source/core/events/EventInit.idl
|
| index e40f7a20b86b57ea691d5b7008663107f876c6e7..a211a3c93eed6b6e87caeea1374bbb6134c66a43 100644
|
| --- a/third_party/WebKit/Source/core/events/EventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/EventInit.idl
|
| @@ -7,6 +7,6 @@
|
| dictionary EventInit {
|
| boolean bubbles = false;
|
| boolean cancelable = false;
|
| - [RuntimeEnabled=ShadowDOMV1] boolean scoped = false;
|
| + [RuntimeEnabled=ShadowDOMV1] boolean composed = false;
|
| [RuntimeEnabled=ShadowDOMV1] boolean relatedTargetScoped = false;
|
| };
|
|
|