Index: Source/core/inspector/InspectorTimelineAgent.h |
diff --git a/Source/core/inspector/InspectorTimelineAgent.h b/Source/core/inspector/InspectorTimelineAgent.h |
index 68f863c15ed64a598e7be0e50fe6ecc19c49cd9e..cee00c0944cc45b71a3ff9eb488f2e146c6c3984 100644 |
--- a/Source/core/inspector/InspectorTimelineAgent.h |
+++ b/Source/core/inspector/InspectorTimelineAgent.h |
@@ -129,7 +129,7 @@ public: |
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; |
+ virtual void stop(ErrorString*) OVERRIDE; |
void setLayerTreeId(int layerTreeId) { m_layerTreeId = layerTreeId; } |
int id() const { return m_id; } |