| Index: third_party/WebKit/Source/web/tests/sim/SimNetwork.h
|
| diff --git a/third_party/WebKit/Source/web/tests/sim/SimNetwork.h b/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
|
| index 62e48353a606f98a87809d4b70d8366787e165a7..74bb74dd5e6675842876c1b1bbc9298c6e6fc51a 100644
|
| --- a/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
|
| +++ b/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
|
| @@ -46,11 +46,13 @@ class SimNetwork final : public WebURLLoaderTestDelegate {
|
| void didFail(WebURLLoaderClient*,
|
| WebURLLoader*,
|
| const WebURLError&,
|
| - int64_t totalEncodedDataLength) override;
|
| + int64_t totalEncodedDataLength,
|
| + int64_t totalEncodedBodyLength) override;
|
| void didFinishLoading(WebURLLoaderClient*,
|
| WebURLLoader*,
|
| double finishTime,
|
| - int64_t totalEncodedDataLength) override;
|
| + int64_t totalEncodedDataLength,
|
| + int64_t totalEncodedBodyLength) override;
|
|
|
| SimRequest* m_currentRequest;
|
| HashMap<String, SimRequest*> m_requests;
|
|
|