Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(545)

Unified Diff: third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h

Issue 2388423003: reflow comments in modules/[fetch,indexeddb] (Closed)
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());

Powered by Google App Engine
This is Rietveld 408576698