Index: Source/core/inspector/InspectorTimelineAgent.h |
diff --git a/Source/core/inspector/InspectorTimelineAgent.h b/Source/core/inspector/InspectorTimelineAgent.h |
index d648e1f75104c2b8075687d7be59815baba500ea..6944d3bd6e01d66c532ca6d1325adc79c6c11222 100644 |
--- a/Source/core/inspector/InspectorTimelineAgent.h |
+++ b/Source/core/inspector/InspectorTimelineAgent.h |
@@ -127,7 +127,7 @@ public: |
virtual void clearFrontend() OVERRIDE; |
virtual void restore() OVERRIDE; |
- virtual void enable(ErrorString*, const String* traceEventCategoryFilter) OVERRIDE; |
+ virtual void enable(ErrorString*) OVERRIDE; |
virtual void disable(ErrorString*) OVERRIDE; |
virtual void start(ErrorString*, const int* maxCallStackDepth, const bool* bufferEvents, const String* liveEvents, const bool* includeCounters, const bool* includeGPUEvents) OVERRIDE; |
virtual void stop(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::Timeline::TimelineEvent> >& events) OVERRIDE; |
@@ -327,7 +327,6 @@ private: |
bool m_mayEmitFirstPaint; |
HashSet<String> m_liveEvents; |
double m_lastProgressTimestamp; |
- bool m_disableTracingOnStop; |
}; |
} // namespace WebCore |