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. |