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

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

Issue 1315743003: [part 1] Make classes and structures in modules/ fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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 526f67f2478abc9876818db8b5a6345371c9bfdc..7eb3145e5d8dda815770ef375c51eda5e095e34b 100644
--- a/Source/modules/filesystem/HTMLInputElementFileSystem.h
+++ b/Source/modules/filesystem/HTMLInputElementFileSystem.h
@@ -32,6 +32,7 @@
#define HTMLInputElementFileSystem_h
#include "modules/filesystem/EntriesCallback.h"
+#include "wtf/Allocator.h"
namespace blink {
@@ -39,12 +40,9 @@ class HTMLInputElement;
class ExecutionContext;
class HTMLInputElementFileSystem {
+ STATIC_ONLY(HTMLInputElementFileSystem);
public:
static EntryHeapVector webkitEntries(ExecutionContext*, HTMLInputElement&);
-
-private:
- HTMLInputElementFileSystem();
- ~HTMLInputElementFileSystem();
};
} // namespace blink
« no previous file with comments | « Source/modules/filesystem/FileSystemClient.h ('k') | Source/modules/filesystem/HTMLInputElementFileSystem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698