Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: Source/bindings/scripts/unstable/v8_types.py

Issue 70963003: IDL compiler: addEventListener, removeEventListener methods (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/bindings/scripts/unstable/v8_types.py
diff --git a/Source/bindings/scripts/unstable/v8_types.py b/Source/bindings/scripts/unstable/v8_types.py
index 5a632ed54d8f97be59625994b48b6e371c56af10..776c34d813683d5ac6ef104e3576391f487a9ef1 100644
--- a/Source/bindings/scripts/unstable/v8_types.py
+++ b/Source/bindings/scripts/unstable/v8_types.py
@@ -307,6 +307,10 @@ INCLUDES_FOR_TYPE = {
'any': set(['bindings/v8/ScriptValue.h']),
'EventHandler': set(['bindings/v8/V8AbstractEventListener.h',
'bindings/v8/V8EventListenerList.h']),
+ 'EventListener': set(['bindings/v8/BindingSecurity.h',
+ 'bindings/v8/ExceptionState.h',
+ 'bindings/v8/V8EventListenerList.h',
+ 'core/frame/DOMWindow.h']),
'Promise': set(['bindings/v8/ScriptPromise.h']),
'SerializedScriptValue': set(['bindings/v8/SerializedScriptValue.h']),
}

Powered by Google App Engine
This is Rietveld 408576698