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

Unified Diff: third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.cpp

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/HTMLInputElementFileSystem.cpp
diff --git a/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.cpp b/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.cpp
index 309e35b8ab5d03997f45740671ce53e76c32decb..b9d8cab2e235d7a0870dd010a33016aacec91677 100644
--- a/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.cpp
+++ b/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.cpp
@@ -67,7 +67,8 @@ EntryHeapVector HTMLInputElementFileSystem::webkitEntries(
if (!getFileMetadata(file->path(), metadata))
continue;
- // The dropped entries are mapped as top-level entries in the isolated filesystem.
+ // The dropped entries are mapped as top-level entries in the isolated
+ // filesystem.
String virtualPath = DOMFilePath::append("/", file->name());
if (metadata.type == FileMetadata::TypeDirectory)
entries.append(DirectoryEntry::create(filesystem, virtualPath));

Powered by Google App Engine
This is Rietveld 408576698