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

Unified Diff: Source/modules/filesystem/FileSystemClient.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/FileSystemClient.h
diff --git a/Source/modules/filesystem/FileSystemClient.h b/Source/modules/filesystem/FileSystemClient.h
index d8058a3dd0250d977a371c06bfa66d21a60e2860..bcf6233852a4803f2b09d445d900f2fc3991a8b2 100644
--- a/Source/modules/filesystem/FileSystemClient.h
+++ b/Source/modules/filesystem/FileSystemClient.h
@@ -33,6 +33,7 @@
#include "modules/ModulesExport.h"
#include "platform/FileSystemType.h"
+#include "wtf/FastAllocBase.h"
#include "wtf/Forward.h"
#include "wtf/Noncopyable.h"
@@ -44,6 +45,7 @@ class ContentSettingCallbacks;
class WorkerClients;
class FileSystemClient {
+ WTF_MAKE_FAST_ALLOCATED(FileSystemClient);
WTF_MAKE_NONCOPYABLE(FileSystemClient);
public:
FileSystemClient() { }
« no previous file with comments | « Source/modules/filesystem/DevToolsHostFileSystem.cpp ('k') | Source/modules/filesystem/HTMLInputElementFileSystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698