| Index: third_party/WebKit/Source/core/css/parser/CSSParserValues.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserValues.h b/third_party/WebKit/Source/core/css/parser/CSSParserValues.h
|
| index 86253227a2da5dc91574c56ab28e46c2b1de026e..2b95061d862e54e4a9150860b3d5ee8e1440c81a 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserValues.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserValues.h
|
| @@ -37,7 +37,7 @@ struct CSSParserCalcFunction;
|
| class CSSParserValueList;
|
|
|
| struct CSSParserValue {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| CSSValueID id;
|
| bool isInt;
|
| union {
|
|
|