Index: third_party/WebKit/Source/core/style/CounterDirectives.h |
diff --git a/third_party/WebKit/Source/core/style/CounterDirectives.h b/third_party/WebKit/Source/core/style/CounterDirectives.h |
index ca52e26af9dc95d3de1e54fdbf1ceb05451e37a8..6e6de3847dba63aac27c6abbc83e2b2cc2f2b7be 100644 |
--- a/third_party/WebKit/Source/core/style/CounterDirectives.h |
+++ b/third_party/WebKit/Source/core/style/CounterDirectives.h |
@@ -35,7 +35,7 @@ |
namespace blink { |
class CounterDirectives { |
- ALLOW_ONLY_INLINE_ALLOCATION(); |
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
public: |
CounterDirectives() |
: m_isResetSet(false) |