| Index: third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h b/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h
|
| index 11fc6e854f58bf8fd754592c123998a7026cf636..be0bd91725da1e724361f1075283a3d9c6965aba 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h
|
| @@ -13,7 +13,7 @@ namespace blink {
|
|
|
| template<typename T>
|
| class HeapTerminatedArray : public TerminatedArray<T> {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| using TerminatedArray<T>::begin;
|
| using TerminatedArray<T>::end;
|
|
|