| Index: Source/core/css/parser/CSSParserValues.h
|
| diff --git a/Source/core/css/parser/CSSParserValues.h b/Source/core/css/parser/CSSParserValues.h
|
| index 080be28bd897872e6acd213504be10c34cfb1242..c44e7b12eacab4f4e7463d21e47cc4c5a49da182 100644
|
| --- a/Source/core/css/parser/CSSParserValues.h
|
| +++ b/Source/core/css/parser/CSSParserValues.h
|
| @@ -27,6 +27,7 @@
|
| #include "core/css/CSSValueList.h"
|
| #include "core/css/parser/CSSParserString.h"
|
| #include "core/css/parser/CSSParserTokenRange.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| @@ -37,6 +38,7 @@ struct CSSParserCalcFunction;
|
| class CSSParserValueList;
|
|
|
| struct CSSParserValue {
|
| + ALLOW_ONLY_INLINE_ALLOCATION();
|
| CSSValueID id;
|
| bool isInt;
|
| union {
|
|
|