| Index: Source/core/inspector/BUILD.gn
|
| diff --git a/Source/core/inspector/BUILD.gn b/Source/core/inspector/BUILD.gn
|
| index db6ac1ea4ba13980186818e80aeaac594ee832cf..0031c4ee84273e3f173acbd289d7818bac3e8145 100644
|
| --- a/Source/core/inspector/BUILD.gn
|
| +++ b/Source/core/inspector/BUILD.gn
|
| @@ -92,7 +92,7 @@ convert_file_to_header_with_character_array("injected_script_source") {
|
| }
|
|
|
| convert_file_to_header_with_character_array("debugger_script_source") {
|
| - input_file_path = "$bindings_v8_dir/DebuggerScript.js"
|
| + input_file_path = "$bindings_core_v8_dir/DebuggerScript.js"
|
| output_file_path = "$blink_core_output_dir/DebuggerScriptSource.h"
|
| character_array_name = "DebuggerScriptSource_js"
|
| }
|
|
|