| Index: Source/core/loader/SinkDocument.cpp
|
| diff --git a/Source/core/loader/SinkDocument.cpp b/Source/core/loader/SinkDocument.cpp
|
| index 11839f7318bcf10822345b75ba49d4095e335f10..990b71af0f414a6c3f6c928fd4805940a1ce4654 100644
|
| --- a/Source/core/loader/SinkDocument.cpp
|
| +++ b/Source/core/loader/SinkDocument.cpp
|
| @@ -44,7 +44,7 @@ private:
|
| }
|
|
|
| // Ignore all data.
|
| - virtual size_t appendBytes(const char*, size_t) OVERRIDE { return 0; }
|
| + virtual void appendBytes(const char*, size_t) OVERRIDE { }
|
| };
|
|
|
| SinkDocument::SinkDocument(const DocumentInit& initializer)
|
|
|