Index: third_party/WebKit/Source/core/css/FontFaceSet.h |
diff --git a/third_party/WebKit/Source/core/css/FontFaceSet.h b/third_party/WebKit/Source/core/css/FontFaceSet.h |
index 434c6750e73d4e657e54125ac63940d3477c652f..61b0ebc6235c925599d68938163c8933c7fdacb8 100644 |
--- a/third_party/WebKit/Source/core/css/FontFaceSet.h |
+++ b/third_party/WebKit/Source/core/css/FontFaceSet.h |
@@ -138,7 +138,7 @@ private: |
}; |
class FontLoadHistogram { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
enum Status { NoWebFonts, HadBlankText, DidNotHaveBlankText, Reported }; |
FontLoadHistogram() : m_status(NoWebFonts), m_count(0), m_recorded(false) { } |