| Index: third_party/WebKit/Source/core/editing/VisiblePosition.h
|
| diff --git a/third_party/WebKit/Source/core/editing/VisiblePosition.h b/third_party/WebKit/Source/core/editing/VisiblePosition.h
|
| index c84fb8db6fb831e9c454ef2e99ccc8c74bf30495..313f7df73cc016a6327359cb5427601050830ee9 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisiblePosition.h
|
| +++ b/third_party/WebKit/Source/core/editing/VisiblePosition.h
|
| @@ -69,7 +69,7 @@ class Range;
|
| // otherwise it will be converted to DOWNSTREAM.
|
| template <typename Strategy>
|
| class CORE_TEMPLATE_CLASS_EXPORT VisiblePositionTemplate final {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| VisiblePositionTemplate();
|
|
|
|
|