| Index: Source/bindings/scripts/v8_types.py
|
| diff --git a/Source/bindings/scripts/v8_types.py b/Source/bindings/scripts/v8_types.py
|
| index 8f0325b19a4cc98a0ff1e62d51ffc2e004059283..8d3772b2b717f375609d7c234d89d166be205766 100644
|
| --- a/Source/bindings/scripts/v8_types.py
|
| +++ b/Source/bindings/scripts/v8_types.py
|
| @@ -290,9 +290,7 @@ INCLUDES_FOR_TYPE = {
|
| 'Dictionary': set(['bindings/v8/Dictionary.h']),
|
| 'EventHandler': set(['bindings/v8/V8AbstractEventListener.h',
|
| 'bindings/v8/V8EventListenerList.h']),
|
| - 'EventListener': set(['bindings/v8/BindingSecurity.h',
|
| - 'bindings/v8/V8EventListenerList.h',
|
| - 'core/frame/DOMWindow.h']),
|
| + 'EventListener': set(['bindings/v8/V8EventListenerList.h']),
|
| 'MediaQueryListListener': set(['core/css/MediaQueryListListener.h']),
|
| 'Promise': set(['bindings/v8/ScriptPromise.h']),
|
| 'SerializedScriptValue': set(['bindings/v8/SerializedScriptValue.h']),
|
|
|