| Index: Source/core/loader/DocumentLoader.cpp
|
| diff --git a/Source/core/loader/DocumentLoader.cpp b/Source/core/loader/DocumentLoader.cpp
|
| index 73b9f0e3cfcc6732ca76f98325a78fc063683136..25bfc3909103d7208a1b99a94017ea51e48bc129 100644
|
| --- a/Source/core/loader/DocumentLoader.cpp
|
| +++ b/Source/core/loader/DocumentLoader.cpp
|
| @@ -537,7 +537,7 @@ void DocumentLoader::commitData(const char* bytes, size_t length)
|
| m_writer->addData(bytes, length);
|
| }
|
|
|
| -void DocumentLoader::dataReceived(Resource* resource, const char* data, int length)
|
| +void DocumentLoader::dataReceived(Resource* resource, const char* data, unsigned length)
|
| {
|
| ASSERT(data);
|
| ASSERT(length);
|
|
|