| Index: Source/bindings/scripts/v8_attributes.py
|
| diff --git a/Source/bindings/scripts/v8_attributes.py b/Source/bindings/scripts/v8_attributes.py
|
| index 2ab4e1190338da43b192f35375a7cf3e2a12f5a5..485991d8860483eee00f66dbb1d3a7236d874f38 100644
|
| --- a/Source/bindings/scripts/v8_attributes.py
|
| +++ b/Source/bindings/scripts/v8_attributes.py
|
| @@ -76,6 +76,7 @@ def attribute_context(interface, attribute):
|
| if is_implemented_in_private_script:
|
| includes.add('bindings/core/v8/PrivateScriptRunner.h')
|
| includes.add('core/frame/LocalFrame.h')
|
| + includes.add('platform/ScriptForbiddenScope.h')
|
|
|
| if (base_idl_type == 'EventHandler' and
|
| interface.name in ['Window', 'WorkerGlobalScope'] and
|
|
|