| Index: Source/core/inspector/CodeGeneratorInstrumentation.py
|
| diff --git a/Source/core/inspector/CodeGeneratorInstrumentation.py b/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| index 82a49f344b965ec8f7305f3ede918ce76e070a42..2dba8ba3730701312e0c3783d7d8e8acbc7033bf 100755
|
| --- a/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| +++ b/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| @@ -501,6 +501,8 @@ def generate(input_path, output_dir):
|
| cpp_includes = []
|
| cpp_lines = []
|
| used_agents = set()
|
| + # FIXME(dgozman): remove this hack once InjectedScriptHost does not use InstrumentingAgents.
|
| + used_agents.add("Inspector")
|
| for f in files:
|
| cpp_includes.append(include_header(f.header_name))
|
|
|
|
|