Chromium Code Reviews| Index: third_party/WebKit/Source/core/events/AddEventListenerOptions.idl |
| diff --git a/third_party/WebKit/Source/core/events/AddEventListenerOptions.idl b/third_party/WebKit/Source/core/events/AddEventListenerOptions.idl |
| index cce9d59fee67ccad153487d2920689e4cc8fc5fd..3ebc56f2385a70736c9d2a9376bb8d5cd18323e6 100644 |
| --- a/third_party/WebKit/Source/core/events/AddEventListenerOptions.idl |
| +++ b/third_party/WebKit/Source/core/events/AddEventListenerOptions.idl |
| @@ -6,4 +6,5 @@ |
| dictionary AddEventListenerOptions : EventListenerOptions { |
| boolean passive; |
| + boolean once; |
| }; |