| Index: third_party/WebKit/Source/core/dom/AttributeCollection.h
|
| diff --git a/third_party/WebKit/Source/core/dom/AttributeCollection.h b/third_party/WebKit/Source/core/dom/AttributeCollection.h
|
| index 467661eea7c0193783b4b580a923148b53f08afd..aa750bf5effe75ef750fd10816ae31568a35ac7c 100644
|
| --- a/third_party/WebKit/Source/core/dom/AttributeCollection.h
|
| +++ b/third_party/WebKit/Source/core/dom/AttributeCollection.h
|
| @@ -77,7 +77,7 @@ protected:
|
| };
|
|
|
| class AttributeArray {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| using ValueType = const Attribute;
|
|
|
|
|