| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| index dd80a9735dbe4cb3275da8dfcdbe8e90a2aaf956..6a133a56fea6a3c118859583fb0cb14365c4b537 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -165,7 +165,7 @@ class XMLHttpRequest;
|
| void didReceiveResourceResponse([Keep] LocalFrame*, unsigned long identifier, DocumentLoader*, const ResourceResponse&, Resource*);
|
|
|
| [Network]
|
| - void didReceiveData([Keep] LocalFrame*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength);
|
| + void didReceiveData([Keep] LocalFrame*, unsigned long identifier, const char* data, int dataLength);
|
|
|
| [Network]
|
| void didFinishLoading(LocalFrame* frame, unsigned long identifier, double finishTime, int64_t encodedDataLength);
|
| @@ -174,7 +174,7 @@ class XMLHttpRequest;
|
| void didReceiveCORSRedirectResponse([Keep] LocalFrame*, unsigned long identifier, DocumentLoader*, const ResourceResponse&, Resource*);
|
|
|
| [Network]
|
| - void didFailLoading(LocalFrame* frame, unsigned long identifier, const ResourceError&);
|
| + void didFailLoading(LocalFrame* frame, unsigned long identifier, const ResourceError&, int64_t encodedDataLength);
|
|
|
| [Network]
|
| void documentThreadableLoaderStartedLoadingForClient(ExecutionContext*, unsigned long identifier, ThreadableLoaderClient* client);
|
|
|