| Index: third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| diff --git a/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py b/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| index 57162f19b82564bf42aec9dd95d65a68ff89e814..3b10ff2d705793f4658d1f254036c44c70aec6bd 100755
|
| --- a/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| +++ b/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| @@ -353,6 +353,8 @@ def generate_param_name(param_type):
|
|
|
|
|
| def agent_class_name(agent):
|
| + if agent == "V8":
|
| + return "InspectorSession"
|
| custom_agent_names = ["PageDebugger", "PageRuntime", "WorkerRuntime", "PageConsole"]
|
| if agent in custom_agent_names:
|
| return "%sAgent" % agent
|
|
|