Index: Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
index cce35746bfffac0d8868743da8282ae52636e6fc..33f86e178d0e0adc7ecabf87c9feaf747cfb67ad 100644 |
--- a/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/Source/core/inspector/InspectorInstrumentation.idl |
@@ -322,7 +322,7 @@ interface InspectorInstrumentation { |
void didReceiveData(Frame*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength); |
[Timeline, Resource] |
- void didFinishLoading(Frame* frame, unsigned long identifier, DocumentLoader*, double finishTime); |
+ void didFinishLoading(Frame* frame, unsigned long identifier, DocumentLoader*, double finishTime, int64_t encodedDataLength); |
[Resource] |
void didReceiveCORSRedirectResponse([Keep] Frame*, unsigned long identifier, DocumentLoader*, const ResourceResponse&, ResourceLoader*); |