Index: third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.h |
diff --git a/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.h b/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.h |
index 0d419bc5feada54d250e7f16ce000e62484e9d94..fa82520bb82d8846ae5a9757b8a5d20625b535c4 100644 |
--- a/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.h |
+++ b/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.h |
@@ -115,7 +115,7 @@ namespace blink { |
void willStartLoadingMainResource(ResourceRequest&); |
void didReceiveResponseForMainResource(const ResourceResponse&); |
- void mainResourceDataReceived(const char* data, unsigned length); |
+ void mainResourceDataReceived(const char* data, size_t length); |
void finishedLoadingMainResource(); |
void failedLoadingMainResource(); |