Index: third_party/WebKit/Source/core/dom/DocumentLifecycle.h |
diff --git a/third_party/WebKit/Source/core/dom/DocumentLifecycle.h b/third_party/WebKit/Source/core/dom/DocumentLifecycle.h |
index 8fec25d3483d72b9bf86f814c0132dbfa07ea431..130572e78950d1df574b7008d07a85f935609e8a 100644 |
--- a/third_party/WebKit/Source/core/dom/DocumentLifecycle.h |
+++ b/third_party/WebKit/Source/core/dom/DocumentLifecycle.h |
@@ -39,7 +39,7 @@ |
namespace blink { |
class CORE_EXPORT DocumentLifecycle { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
WTF_MAKE_NONCOPYABLE(DocumentLifecycle); |
public: |
enum State { |
@@ -100,7 +100,7 @@ public: |
}; |
class DeprecatedTransition { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
WTF_MAKE_NONCOPYABLE(DeprecatedTransition); |
public: |
DeprecatedTransition(State from, State to); |