| Index: Source/core/css/parser/CSSParserImpl.h
|
| diff --git a/Source/core/css/parser/CSSParserImpl.h b/Source/core/css/parser/CSSParserImpl.h
|
| index eb936c9b6d1144c426454f74fa7d6fcc469a02c6..171c2d68eb81f50e469c1b54ba71ee6f155323c0 100644
|
| --- a/Source/core/css/parser/CSSParserImpl.h
|
| +++ b/Source/core/css/parser/CSSParserImpl.h
|
| @@ -10,6 +10,7 @@
|
| #include "core/css/CSSPropertySourceData.h"
|
| #include "core/css/parser/CSSParserMode.h"
|
| #include "core/css/parser/CSSParserToken.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| @@ -18,6 +19,7 @@ namespace blink {
|
| class MutableStylePropertySet;
|
|
|
| class CSSParserImpl {
|
| + STACK_ALLOCATED();
|
| public:
|
| CSSParserImpl(const CSSParserContext&, const String&);
|
| static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, const CSSParserContext&);
|
|
|