Index: Source/bindings/scripts/v8_callback_interface.py |
diff --git a/Source/bindings/scripts/v8_callback_interface.py b/Source/bindings/scripts/v8_callback_interface.py |
index 9f5dcbe7dec9340158ad27f7b4e49ed0eebf37b4..9d7be5892798ed595bd5c44b9387a6074b630508 100644 |
--- a/Source/bindings/scripts/v8_callback_interface.py |
+++ b/Source/bindings/scripts/v8_callback_interface.py |
@@ -44,6 +44,7 @@ CALLBACK_INTERFACE_H_INCLUDES = frozenset([ |
'bindings/v8/ScopedPersistent.h', |
]) |
CALLBACK_INTERFACE_CPP_INCLUDES = frozenset([ |
+ 'bindings/v8/ScriptController.h', |
'bindings/v8/V8Binding.h', |
'core/dom/ExecutionContext.h', |
'wtf/Assertions.h', |