| Index: Source/core/inspector/InspectorTracingAgent.h
|
| diff --git a/Source/core/inspector/InspectorTracingAgent.h b/Source/core/inspector/InspectorTracingAgent.h
|
| index 3c3707275579925b2c0cc77c4922d4f498c79158..5c98afe15a30e3a759363efa1ce0ced6a8e49c04 100644
|
| --- a/Source/core/inspector/InspectorTracingAgent.h
|
| +++ b/Source/core/inspector/InspectorTracingAgent.h
|
| @@ -43,7 +43,7 @@ public:
|
| void disable(ErrorString*) override;
|
|
|
| // Protocol method implementations.
|
| - virtual void start(ErrorString*, const String* categoryFilter, const String*, const double*, PassRefPtrWillBeRawPtr<StartCallback>) override;
|
| + void start(ErrorString*, const String* categoryFilter, const String*, const double*, PassRefPtrWillBeRawPtr<StartCallback>) override;
|
| virtual void end(ErrorString*, PassRefPtrWillBeRawPtr<EndCallback>);
|
|
|
| // Methods for other agents to use.
|
|
|