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

Unified Diff: Source/platform/AsyncFileSystemCallbacks.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
« no previous file with comments | « Source/modules/filesystem/WorkerGlobalScopeFileSystem.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/AsyncFileSystemCallbacks.h
diff --git a/Source/platform/AsyncFileSystemCallbacks.h b/Source/platform/AsyncFileSystemCallbacks.h
index 2f6ee3e342755523b04d7f17c163202c3f2e7d47..ab3ad1bd3fc562e0a5c59700fb6407beac9419b9 100644
--- a/Source/platform/AsyncFileSystemCallbacks.h
+++ b/Source/platform/AsyncFileSystemCallbacks.h
@@ -36,12 +36,14 @@
#include "platform/blob/BlobData.h"
#include "public/platform/WebFileWriter.h"
#include "wtf/Assertions.h"
+#include "wtf/FastAllocBase.h"
#include "wtf/Noncopyable.h"
#include "wtf/text/WTFString.h"
namespace blink {
class PLATFORM_EXPORT AsyncFileSystemCallbacks {
+ WTF_MAKE_FAST_ALLOCATED(AsyncFileSystemCallbacks);
WTF_MAKE_NONCOPYABLE(AsyncFileSystemCallbacks);
public:
AsyncFileSystemCallbacks() : m_blockUntilCompletion(false) { }
« no previous file with comments | « Source/modules/filesystem/WorkerGlobalScopeFileSystem.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698