| Index: third_party/WebKit/Source/core/dom/DOMArrayPiece.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMArrayPiece.h b/third_party/WebKit/Source/core/dom/DOMArrayPiece.h
|
| index afa2cb6cdb6b57ed9602efdb9c731ae645919bd2..a51fe424e1c324ae72e73e1d39125df37e281b6c 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMArrayPiece.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMArrayPiece.h
|
| @@ -23,7 +23,7 @@ class ArrayBufferOrArrayBufferView;
|
| // IMPORTANT: The data contained by ArrayPiece is NOT OWNED, so caution must be
|
| // taken to ensure it is kept alive.
|
| class CORE_EXPORT DOMArrayPiece : public WTF::ArrayPiece {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| enum InitWithUnionOption {
|
| // Initialize this object as "null" when initialized with an union which
|
|
|