Index: Source/core/css/LocalFontFaceSource.h |
diff --git a/Source/core/css/LocalFontFaceSource.h b/Source/core/css/LocalFontFaceSource.h |
index 6e90667274b6e619d3184d873fdadf0d42231cfc..f63346c80bcf6d4cc09f2540a2006defe9d9379b 100644 |
--- a/Source/core/css/LocalFontFaceSource.h |
+++ b/Source/core/css/LocalFontFaceSource.h |
@@ -6,6 +6,7 @@ |
#define LocalFontFaceSource_h |
#include "core/css/CSSFontFaceSource.h" |
+#include "wtf/Allocator.h" |
#include "wtf/text/AtomicString.h" |
namespace blink { |
@@ -20,6 +21,7 @@ private: |
PassRefPtr<SimpleFontData> createFontData(const FontDescription&) override; |
class LocalFontHistograms { |
+ DISALLOW_ALLOCATION(); |
public: |
LocalFontHistograms() : m_reported(false) { } |
void record(bool loadSuccess); |