| Index: third_party/WebKit/public/platform/Platform.h
|
| diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
|
| index 95cfc0285be6be9238c50dba05bbd7d8322650a1..b92cc9f169a07136ed28785165f0c22cec50f0a6 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -320,7 +320,7 @@ public:
|
| virtual WebString userAgent() { return WebString(); }
|
|
|
| // A suggestion to cache this metadata in association with this URL.
|
| - virtual void cacheMetadata(const WebURL&, int64 responseTime, const char* data, size_t dataSize) { }
|
| + virtual void cacheMetadata(const WebURL&, int64_t responseTime, const char* data, size_t dataSize) { }
|
|
|
| // Returns the decoded data url if url had a supported mimetype and parsing was successful.
|
| virtual WebData parseDataURL(const WebURL&, WebString& mimetype, WebString& charset) { return WebData(); }
|
|
|