| Index: third_party/WebKit/Source/core/dom/DocumentOrderedList.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentOrderedList.h b/third_party/WebKit/Source/core/dom/DocumentOrderedList.h
|
| index a56577f61e04a4da7163e6ff27c1f5e7329616c4..56fb51923ecb1a0dad671777f9d750f1a169bc81 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentOrderedList.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentOrderedList.h
|
| @@ -37,7 +37,7 @@ class Node;
|
|
|
| class DocumentOrderedList final {
|
| WTF_MAKE_NONCOPYABLE(DocumentOrderedList);
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| DocumentOrderedList() { }
|
|
|
|
|