| Index: third_party/WebKit/Source/core/fileapi/FileReaderLoader.h
|
| diff --git a/third_party/WebKit/Source/core/fileapi/FileReaderLoader.h b/third_party/WebKit/Source/core/fileapi/FileReaderLoader.h
|
| index 718199b6120216ad804292f66ed8943d6eff6f20..62f37d24dc78e609976cdd4999d162cf9d0b8eea 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/FileReaderLoader.h
|
| +++ b/third_party/WebKit/Source/core/fileapi/FileReaderLoader.h
|
| @@ -65,7 +65,8 @@ class CORE_EXPORT FileReaderLoader final : public ThreadableLoaderClient {
|
| ReadByClient
|
| };
|
|
|
| - // If client is given, do the loading asynchronously. Otherwise, load synchronously.
|
| + // If client is given, do the loading asynchronously. Otherwise, load
|
| + // synchronously.
|
| static std::unique_ptr<FileReaderLoader> create(
|
| ReadType readType,
|
| FileReaderLoaderClient* client) {
|
|
|