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

Unified Diff: Source/modules/filesystem/HTMLInputElementFileSystem.h

Issue 188503002: Oilpan: add transition types to FileSystem APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 9 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: Source/modules/filesystem/HTMLInputElementFileSystem.h
diff --git a/Source/modules/filesystem/HTMLInputElementFileSystem.h b/Source/modules/filesystem/HTMLInputElementFileSystem.h
index 3944209bd5b76d6b33d534622c6b98a21fdfab7a..0ad80ce801b531891cfbfa830f53cb7055ad8a0c 100644
--- a/Source/modules/filesystem/HTMLInputElementFileSystem.h
+++ b/Source/modules/filesystem/HTMLInputElementFileSystem.h
@@ -42,7 +42,7 @@ class ExecutionContext;
class HTMLInputElementFileSystem {
public:
- static EntryVector webkitEntries(ExecutionContext*, HTMLInputElement&);
+ static EntryHeapVector webkitEntries(ExecutionContext*, HTMLInputElement&);
private:
HTMLInputElementFileSystem();
« no previous file with comments | « Source/modules/filesystem/FileWriterSync.idl ('k') | Source/modules/filesystem/HTMLInputElementFileSystem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698