Index: third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp |
diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp |
index 49120e78460d6124544a53231c99d645621b37a3..3c5560ac4bef27a3e4eb36ac478ca3b559ff2665 100644 |
--- a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp |
+++ b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp |
@@ -85,7 +85,7 @@ void HTMLImportLoader::responseReceived(Resource* resource, const ResourceRespon |
setState(startWritingAndParsing(response)); |
} |
-void HTMLImportLoader::dataReceived(Resource*, const char* data, unsigned length) |
+void HTMLImportLoader::dataReceived(Resource*, const char* data, size_t length) |
{ |
RefPtrWillBeRawPtr<DocumentWriter> protectingWriter(m_writer.get()); |
m_writer->addData(data, length); |