| Index: Source/core/inspector/InspectorTimelineAgent.h
|
| diff --git a/Source/core/inspector/InspectorTimelineAgent.h b/Source/core/inspector/InspectorTimelineAgent.h
|
| index c74fb7000f545995ce0dd7b4a866aded8bdbc154..c3c31e14538e1c769f9aef75128ff74394fcb342 100644
|
| --- a/Source/core/inspector/InspectorTimelineAgent.h
|
| +++ b/Source/core/inspector/InspectorTimelineAgent.h
|
| @@ -226,7 +226,7 @@ private:
|
| String type;
|
| size_t usedHeapSizeAtStart;
|
| };
|
| -
|
| +
|
| InspectorTimelineAgent(InstrumentingAgents*, InspectorPageAgent*, InspectorMemoryAgent*, InspectorDOMAgent*, InspectorCompositeState*, InspectorType, InspectorClient*);
|
|
|
| void didFinishLoadingResource(unsigned long, bool didFail, double finishTime, Frame*);
|
|
|