Index: Source/core/inspector/InspectorTracingAgent.h |
diff --git a/Source/core/inspector/InspectorTracingAgent.h b/Source/core/inspector/InspectorTracingAgent.h |
index 5430fd892558df4096cc03d48351c4d440bfbb4f..cab8aed0c872251c27ccd921f673c68869811742 100644 |
--- a/Source/core/inspector/InspectorTracingAgent.h |
+++ b/Source/core/inspector/InspectorTracingAgent.h |
@@ -33,7 +33,7 @@ public: |
virtual void clearFrontend() override; |
// Protocol method implementations. |
- virtual void start(ErrorString*, const String& categoryFilter, const String&, const double*, PassRefPtrWillBeRawPtr<StartCallback>) override; |
+ virtual 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. |