| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| index a4029cb13df8d404d1e7ec67f0cdd481587b96e6..c09f35f39228b636edaae3530f0f52520dee3ad2 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| @@ -104,7 +104,7 @@ class CORE_EXPORT PaintLayerScrollableArea final : public NoBaseWillBeGarbageCol
|
|
|
| private:
|
| class ScrollbarManager {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
|
|
| // Helper class to manage the life cycle of Scrollbar objects. Some layout containers
|
| // (e.g., flexbox, table) run multi-pass layout on their children, applying different
|
|
|