Index: Source/core/inspector/InspectorTimelineAgent.h |
diff --git a/Source/core/inspector/InspectorTimelineAgent.h b/Source/core/inspector/InspectorTimelineAgent.h |
index d6e3c98edfbffa5d702ce891f9d46cc68d161a30..271ab9e6ce191e2fc83c611a50e83f86d0e18cb3 100644 |
--- a/Source/core/inspector/InspectorTimelineAgent.h |
+++ b/Source/core/inspector/InspectorTimelineAgent.h |
@@ -218,7 +218,7 @@ public: |
void didScheduleResourceRequest(Document*, const String& url); |
void willSendRequest(unsigned long, DocumentLoader*, const ResourceRequest&, const ResourceResponse&, const FetchInitiatorInfo&); |
void didReceiveResourceResponse(Frame*, unsigned long, DocumentLoader*, const ResourceResponse&, ResourceLoader*); |
- void didFinishLoading(unsigned long, DocumentLoader*, double monotonicFinishTime); |
+ void didFinishLoading(unsigned long, DocumentLoader*, double monotonicFinishTime, int64_t); |
void didFailLoading(unsigned long identifier, DocumentLoader* loader, const ResourceError& error); |
bool willReceiveResourceData(Frame*, unsigned long identifier, int length); |
void didReceiveResourceData(); |