Chromium Code Reviews| 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 f94cf4e817a5ec227fb8b20763e4d3c86d006af3..880ff3bcadba6424ccacd0547b54a57de6debe4f 100644 |
| --- a/third_party/WebKit/Source/core/events/EventInit.idl |
| +++ b/third_party/WebKit/Source/core/events/EventInit.idl |
| @@ -7,4 +7,5 @@ |
| dictionary EventInit { |
| boolean bubbles = false; |
| boolean cancelable = false; |
| + [RuntimeEnabled=ShadowDOMV1, MeasureAs=EventScoped] boolean scoped = false; |
|
hayato
2016/01/21 09:51:40
Could you remove "MeasureAs=EventScoped" from here
yuzuchan
2016/01/22 05:44:35
Done.
|
| }; |