Index: Source/core/style/DataRef.h |
diff --git a/Source/core/style/DataRef.h b/Source/core/style/DataRef.h |
index f031f3d3a7b19b904e4b6abda7857b651176c8b1..0804878bdfd22992ecf51f668f04f60749812be1 100644 |
--- a/Source/core/style/DataRef.h |
+++ b/Source/core/style/DataRef.h |
@@ -24,11 +24,13 @@ |
#ifndef DataRef_h |
#define DataRef_h |
+#include "wtf/FastAllocBase.h" |
#include "wtf/RefPtr.h" |
namespace blink { |
template <typename T> class DataRef { |
+ WTF_MAKE_FAST_ALLOCATED(DataRef); |
public: |
const T* get() const { return m_data.get(); } |