Index: third_party/WebKit/Source/core/frame/LayoutSubtreeRootList.h |
diff --git a/third_party/WebKit/Source/core/frame/LayoutSubtreeRootList.h b/third_party/WebKit/Source/core/frame/LayoutSubtreeRootList.h |
index e7f79c9a59d3c96997d7b4eaa876e59b9103ff93..08f01ebe2c23ec9cc776679a3195eba70dabd92d 100644 |
--- a/third_party/WebKit/Source/core/frame/LayoutSubtreeRootList.h |
+++ b/third_party/WebKit/Source/core/frame/LayoutSubtreeRootList.h |
@@ -28,7 +28,7 @@ class LayoutObject; |
// TODO(leviw): This should really be something akin to a LayoutController |
// that FrameView delegates layout work to. |
class LayoutSubtreeRootList { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
LayoutSubtreeRootList() |
{ } |