| Index: third_party/WebKit/Source/core/html/parser/HTMLEntityTable.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLEntityTable.h b/third_party/WebKit/Source/core/html/parser/HTMLEntityTable.h
|
| index 142e73e2ebad0d99bda6c556d56ebc8a78e5e6d4..379c5572a45688d87160b0cee45dffd0ca679dee 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLEntityTable.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLEntityTable.h
|
| @@ -33,7 +33,7 @@ namespace blink {
|
|
|
| // Member order to optimize packing. There will be thousands of these objects.
|
| struct HTMLEntityTableEntry {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| LChar lastCharacter() const;
|
|
|
| UChar32 firstValue;
|
|
|