Chromium Code Reviews| 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']), |
|
haraken
2013/11/13 08:33:53
Please double-check that these headers are necessa
Nils Barth (inactive)
2013/11/13 11:33:29
Yup, all needed (from template):
BindingSecurity::
|
| 'Promise': set(['bindings/v8/ScriptPromise.h']), |
| 'SerializedScriptValue': set(['bindings/v8/SerializedScriptValue.h']), |
| } |