| Index: third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h b/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h
|
| index 9f5229cb271695607d57aab04c68e3256f8a0550..4d6e193c5f7a461819afd3c8bb76a0a4c9d8962e 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h
|
| @@ -84,7 +84,8 @@ class MODULES_EXPORT DOMFileSystem final : public DOMFileSystemBase,
|
| void createWriter(const FileEntry*, FileWriterCallback*, ErrorCallbackBase*);
|
| void createFile(const FileEntry*, BlobCallback*, ErrorCallbackBase*);
|
|
|
| - // Schedule a callback. This should not cross threads (should be called on the same context thread).
|
| + // Schedule a callback. This should not cross threads (should be called on the
|
| + // same context thread).
|
| static void scheduleCallback(ExecutionContext* executionContext,
|
| std::unique_ptr<ExecutionContextTask> task) {
|
| DCHECK(executionContext->isContextThread());
|
|
|