| Index: Source/bindings/scripts/v8_private_script_interface.py
|
| diff --git a/Source/bindings/scripts/v8_private_script_interface.py b/Source/bindings/scripts/v8_private_script_interface.py
|
| index e4da7d78597de6ec1b180a2f0648407c69a788eb..ab6f4de577905f0f0fb2d73076a6bdf2b0baa83b 100644
|
| --- a/Source/bindings/scripts/v8_private_script_interface.py
|
| +++ b/Source/bindings/scripts/v8_private_script_interface.py
|
| @@ -13,12 +13,12 @@ import v8_types
|
| import v8_utilities
|
|
|
| BLINK_IN_JS_INTERFACE_H_INCLUDES = frozenset([
|
| - 'bindings/v8/V8Binding.h',
|
| + 'bindings/core/v8/V8Binding.h',
|
| ])
|
|
|
| BLINK_IN_JS_INTERFACE_CPP_INCLUDES = frozenset([
|
| + 'bindings/core/v8/PrivateScriptRunner.h',
|
| 'bindings/core/v8/V8Window.h',
|
| - 'bindings/v8/PrivateScriptRunner.h',
|
| 'core/dom/ScriptForbiddenScope.h',
|
| 'core/frame/LocalFrame.h',
|
| ])
|
|
|