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

Unified Diff: Source/modules/filesystem/DataTransferItemFileSystem.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, 4 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/DataTransferItemFileSystem.h
diff --git a/Source/modules/filesystem/DataTransferItemFileSystem.h b/Source/modules/filesystem/DataTransferItemFileSystem.h
index 7d9ebacfb417b9e3a7d25163a41f84b8a9ee421a..747ebe2048cfb0aa5b7ea3bee959c4d08c64545c 100644
--- a/Source/modules/filesystem/DataTransferItemFileSystem.h
+++ b/Source/modules/filesystem/DataTransferItemFileSystem.h
@@ -32,6 +32,7 @@
#define DataTransferItemFileSystem_h
#include "platform/heap/Handle.h"
+#include "wtf/Allocator.h"
namespace blink {
@@ -40,12 +41,9 @@ class Entry;
class ExecutionContext;
class DataTransferItemFileSystem {
+ STATIC_ONLY(DataTransferItemFileSystem);
public:
static Entry* webkitGetAsEntry(ExecutionContext*, DataTransferItem&);
-
-private:
- DataTransferItemFileSystem();
- ~DataTransferItemFileSystem();
};
} // namespace blink
« no previous file with comments | « Source/modules/filesystem/DOMWindowFileSystem.cpp ('k') | Source/modules/filesystem/DevToolsHostFileSystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698