| 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 56bff0ce76998a54535f22e2e720a5cb5c1cb3b2..97c7963a014aaa27231e4cbb169d3b0a26a85ae6 100644
|
| --- a/third_party/WebKit/Source/core/events/EventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/EventInit.idl
|
| @@ -7,5 +7,5 @@
|
| dictionary EventInit {
|
| boolean bubbles = false;
|
| boolean cancelable = false;
|
| - [RuntimeEnabled=ShadowDOMV1] boolean composed = false;
|
| + boolean composed = false;
|
| };
|
|
|