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..f2ba26da440eec8eb19fa8b707afb4ab6bc9df02 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; |
| + boolean scoped = false; |
| }; |