| Index: third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h b/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h
|
| index 601c471e20da7c984589f78173fb1f18c68c319a..b42c0f3daf2c77a41e79591f700999e519a171fb 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h
|
| @@ -190,7 +190,7 @@ private:
|
|
|
| class FragmentParsingContext {
|
| WTF_MAKE_NONCOPYABLE(FragmentParsingContext);
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| FragmentParsingContext();
|
| FragmentParsingContext(DocumentFragment*, Element* contextElement);
|
|
|