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