| Index: third_party/WebKit/Source/platform/SharedBufferChunkReader.h
|
| diff --git a/third_party/WebKit/Source/platform/SharedBufferChunkReader.h b/third_party/WebKit/Source/platform/SharedBufferChunkReader.h
|
| index 0faa7fd4e4456b0a165a86cb761ad40e7129d696..957ad0216b8f5b857edad1d7c56123dbcf047f0b 100644
|
| --- a/third_party/WebKit/Source/platform/SharedBufferChunkReader.h
|
| +++ b/third_party/WebKit/Source/platform/SharedBufferChunkReader.h
|
| @@ -60,8 +60,10 @@ class PLATFORM_EXPORT SharedBufferChunkReader final {
|
| // Returns a null string when the end of the buffer has been reached.
|
| String nextChunkAsUTF8StringWithLatin1Fallback(bool includeSeparator = false);
|
|
|
| - // Reads size bytes at the current location in the buffer, without changing the buffer position.
|
| - // Returns the number of bytes read. That number might be less than the specified size if the end of the buffer was reached.
|
| + // Reads size bytes at the current location in the buffer, without changing
|
| + // the buffer position.
|
| + // Returns the number of bytes read. That number might be less than the
|
| + // specified size if the end of the buffer was reached.
|
| size_t peek(Vector<char>&, size_t);
|
|
|
| private:
|
|
|