| Index: Source/core/fetch/ScriptResource.h
|
| diff --git a/Source/core/fetch/ScriptResource.h b/Source/core/fetch/ScriptResource.h
|
| index 351ece2f53d58c4909dcb26dfb02a9fe72ca7ed6..7d90f20693431b09fc27da5c4e3aebcf1508e901 100644
|
| --- a/Source/core/fetch/ScriptResource.h
|
| +++ b/Source/core/fetch/ScriptResource.h
|
| @@ -50,7 +50,7 @@ public:
|
| virtual ~ScriptResource();
|
|
|
| virtual void didAddClient(ResourceClient*) OVERRIDE;
|
| - virtual void appendData(const char*, int) OVERRIDE;
|
| + virtual void appendData(const char*, unsigned) OVERRIDE;
|
|
|
| const String& script();
|
|
|
|
|