| Index: third_party/WebKit/Source/bindings/bindings.gni
|
| diff --git a/third_party/WebKit/Source/bindings/bindings.gni b/third_party/WebKit/Source/bindings/bindings.gni
|
| index 8d42eeaee26f8af32a5941432eb5d0868cfc9a9b..4485b78ea3d4ea79982f0c40b8b860615e902345 100644
|
| --- a/third_party/WebKit/Source/bindings/bindings.gni
|
| +++ b/third_party/WebKit/Source/bindings/bindings.gni
|
| @@ -215,6 +215,8 @@ bindings_core_v8_files =
|
| "core/v8/WorkerOrWorkletScriptController.cpp",
|
| "core/v8/WorkerOrWorkletScriptController.h",
|
| "core/v8/WorkerV8Settings.h",
|
| + "core/v8/WrapperCreationSecurityCheck.cpp",
|
| + "core/v8/WrapperCreationSecurityCheck.h",
|
| "core/v8/WrapperTypeInfo.cpp",
|
| "core/v8/WrapperTypeInfo.h",
|
| "core/v8/serialization/V8ScriptValueDeserializer.cpp",
|
|
|