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

Unified Diff: Source/core/Init.h

Issue 1321723004: Make classes and structures in core/xml, core/input, core/imagebitmap and core/Init 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
« no previous file with comments | « no previous file | Source/core/imagebitmap/ImageBitmapFactories.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/Init.h
diff --git a/Source/core/Init.h b/Source/core/Init.h
index 26ce6396d30e4bb5b42c58d9481f63da3e39e35b..6fe81ceec71c4477d0edfc43ce3b45837de43744 100644
--- a/Source/core/Init.h
+++ b/Source/core/Init.h
@@ -32,10 +32,12 @@
#define Init_h
#include "core/CoreExport.h"
+#include "wtf/FastAllocBase.h"
namespace blink {
class CORE_EXPORT CoreInitializer {
+ WTF_MAKE_FAST_ALLOCATED(CoreInitializer);
public:
CoreInitializer() : m_isInited(false) { }
// Should be called by clients before trying to create Frames.
« no previous file with comments | « no previous file | Source/core/imagebitmap/ImageBitmapFactories.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698