| 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 4dc5da255735a756c6ffadf38073e9f03dda904f..188ed26e4f4e261ac542214bb38c4711d84835e5 100755
|
| --- a/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| +++ b/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| @@ -350,8 +350,6 @@ def generate_param_name(param_type):
|
|
|
|
|
| def agent_class_name(agent):
|
| - if agent == "V8":
|
| - return "InspectorSession"
|
| return "Inspector%sAgent" % agent
|
|
|
|
|
|
|