| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index bfe35ee91b66677e5ef120f20113b6a1d98e8303..8d912a45062639e71e011e6eb45a53f7c5d66030 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -56,7 +56,7 @@ class StyleSheetContents;
|
| // http://www.google.com/chrome/intl/en/privacy.html
|
|
|
| class CORE_EXPORT UseCounter {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| WTF_MAKE_NONCOPYABLE(UseCounter);
|
| public:
|
| UseCounter();
|
| @@ -916,7 +916,7 @@ public:
|
| static void unmuteForInspector();
|
|
|
| class CountBits {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| CountBits() : m_bits(NumberOfFeatures) { }
|
|
|
|
|