| Index: third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.h b/third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.h
|
| index 1d0bb4186f2a9c7daf00efec58ca80a631b39516..118a21ff05baa69dcf0a432bc4590ce9145cd1f7 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.h
|
| @@ -38,7 +38,7 @@ class Element;
|
| // This may end up merged into HTMLElementStack.
|
| class HTMLFormattingElementList {
|
| WTF_MAKE_NONCOPYABLE(HTMLFormattingElementList);
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| HTMLFormattingElementList();
|
| ~HTMLFormattingElementList();
|
| @@ -47,7 +47,7 @@ public:
|
| // between the HTMLFormattingElementList and HTMLElementStack and needs
|
| // access to Entry::isMarker() and Entry::replaceElement() to do so.
|
| class Entry {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| public:
|
| // Inline because they're hot and Vector<T> uses them.
|
| explicit Entry(PassRefPtrWillBeRawPtr<HTMLStackItem> item)
|
|
|