| Index: Source/core/fetch/Resource.cpp
|
| diff --git a/Source/core/fetch/Resource.cpp b/Source/core/fetch/Resource.cpp
|
| index 283b124bad73e52ab7057485a66567c23a246688..92c8f3671b2e3d25128c6255c1432327b77cc627 100644
|
| --- a/Source/core/fetch/Resource.cpp
|
| +++ b/Source/core/fetch/Resource.cpp
|
| @@ -213,7 +213,7 @@ void Resource::checkNotify()
|
| c->notifyFinished(this);
|
| }
|
|
|
| -void Resource::appendData(const char* data, int length)
|
| +void Resource::appendData(const char* data, unsigned length)
|
| {
|
| TRACE_EVENT0("blink", "Resource::appendData");
|
| ASSERT(!m_resourceToRevalidate);
|
|
|