| Index: Source/core/loader/PingLoader.h
|
| diff --git a/Source/core/loader/PingLoader.h b/Source/core/loader/PingLoader.h
|
| index 97a497056a0200f9f586b3241ff87ac88af01977..f89e711b441fb0d6d25e4d50fa26cde4e3328fc3 100644
|
| --- a/Source/core/loader/PingLoader.h
|
| +++ b/Source/core/loader/PingLoader.h
|
| @@ -72,7 +72,7 @@ private:
|
|
|
| virtual void didReceiveResponse(blink::WebURLLoader*, const blink::WebURLResponse&) OVERRIDE { delete this; }
|
| virtual void didReceiveData(blink::WebURLLoader*, const char*, int, int) OVERRIDE { delete this; }
|
| - virtual void didFinishLoading(blink::WebURLLoader*, double) OVERRIDE { delete this; }
|
| + virtual void didFinishLoading(blink::WebURLLoader*, double, int64_t) OVERRIDE { delete this; }
|
| virtual void didFail(blink::WebURLLoader*, const blink::WebURLError&) OVERRIDE { delete this; }
|
| void timeout(Timer<PingLoader>*) { delete this; }
|
|
|
|
|