Index: third_party/WebKit/Source/core/layout/TextAutosizer.h |
diff --git a/third_party/WebKit/Source/core/layout/TextAutosizer.h b/third_party/WebKit/Source/core/layout/TextAutosizer.h |
index 7799f1508b5e95a58e57c8280228e6fd53377969..773909c9e32c4a380d0e0eabdd2cda777f37ec60 100644 |
--- a/third_party/WebKit/Source/core/layout/TextAutosizer.h |
+++ b/third_party/WebKit/Source/core/layout/TextAutosizer.h |
@@ -220,7 +220,7 @@ private: |
// Fingerprints are computed during style recalc, for (some subset of) |
// blocks that will become cluster roots. |
class FingerprintMapper { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
void add(const LayoutObject*, Fingerprint); |
void addTentativeClusterRoot(const LayoutBlock*, Fingerprint); |
@@ -241,7 +241,7 @@ private: |
}; |
struct PageInfo { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
PageInfo() |
: m_frameWidth(0) |
, m_layoutWidth(0) |