Index: third_party/WebKit/Source/core/fetch/Resource.cpp |
diff --git a/third_party/WebKit/Source/core/fetch/Resource.cpp b/third_party/WebKit/Source/core/fetch/Resource.cpp |
index 1c8e3d1c1be60e93314877a0b33431ed4a65754d..ac996b9cc01ba6429753c633afe3b12dba7630a6 100644 |
--- a/third_party/WebKit/Source/core/fetch/Resource.cpp |
+++ b/third_party/WebKit/Source/core/fetch/Resource.cpp |
@@ -252,7 +252,7 @@ void Resource::checkNotify() |
c->notifyFinished(this); |
} |
-void Resource::appendData(const char* data, unsigned length) |
+void Resource::appendData(const char* data, size_t length) |
{ |
TRACE_EVENT0("blink", "Resource::appendData"); |
ASSERT(m_revalidatingRequest.isNull()); |