Index: third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.h |
diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.h b/third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.h |
index d898b23d7b6b54ab82adb95346632423bac9b8d9..566859f20227f1d51c85dfd3093049ce529eefc3 100644 |
--- a/third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.h |
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.h |
@@ -18,7 +18,7 @@ class ComputedStyle; |
class LayoutView; |
class CompositingReasonFinder { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
WTF_MAKE_NONCOPYABLE(CompositingReasonFinder); |
public: |
explicit CompositingReasonFinder(LayoutView&); |