| 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 479af1b3ea13f5e42522e6c5302d74b14064e30b..a930035933f711c9bb4829f28f973cd7b8531e15 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']),
|
| }
|
|
|