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..1d9e744e7f15ae42f4851426df557acd552198f6 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 = false; |
}; |