| 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 17762ad499fd38ef187ae4ec6b7fb5252e0fd229..7a4cea791a18431f36b886b78da096b4d1573f23 100755
|
| --- a/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| +++ b/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| @@ -429,8 +429,6 @@
|
| def agent_class_name(agent):
|
| if agent == "Performance":
|
| return "PerformanceMonitor"
|
| - if agent == "TraceEvents":
|
| - return "InspectorTraceEvents"
|
| return "Inspector%sAgent" % agent
|
|
|
|
|
|
|