| Index: Source/bindings/scripts/v8_methods.py
|
| diff --git a/Source/bindings/scripts/v8_methods.py b/Source/bindings/scripts/v8_methods.py
|
| index 28e60bfa7288ad352bfdafa08ee452b55479db15..6e1e682fcf812d3e91a0dff6e58a2a2686293dc6 100644
|
| --- a/Source/bindings/scripts/v8_methods.py
|
| +++ b/Source/bindings/scripts/v8_methods.py
|
| @@ -98,6 +98,7 @@ def method_context(interface, method):
|
| if is_implemented_in_private_script:
|
| includes.add('bindings/core/v8/PrivateScriptRunner.h')
|
| includes.add('core/frame/LocalFrame.h')
|
| + includes.add('platform/ScriptForbiddenScope.h')
|
| is_call_with_script_arguments = has_extended_attribute_value(method, 'CallWith', 'ScriptArguments')
|
| if is_call_with_script_arguments:
|
| includes.update(['bindings/core/v8/ScriptCallStackFactory.h',
|
|
|