Index: third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h |
diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h |
index bf92a7da31957e0bb76b9fb8e007c881a34ecf14..412f9b18fe0d5fc48f5445d4e77c153ccd7ab992 100644 |
--- a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h |
+++ b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h |
@@ -102,7 +102,7 @@ private: |
// RawResourceClient |
void responseReceived(Resource*, const ResourceResponse&, PassOwnPtr<WebDataConsumerHandle>) override; |
- void dataReceived(Resource*, const char* data, unsigned length) override; |
+ void dataReceived(Resource*, const char* data, size_t length) override; |
void notifyFinished(Resource*) override; |
String debugName() const override { return "HTMLImportLoader"; } |