| Index: Source/core/css/parser/BisonCSSParser.h
|
| diff --git a/Source/core/css/parser/BisonCSSParser.h b/Source/core/css/parser/BisonCSSParser.h
|
| index ea6700f42f5a236b3cc31afc34366c562582680e..e17e37aadfc3ff7b9d91bec4ba994ea27495a989 100644
|
| --- a/Source/core/css/parser/BisonCSSParser.h
|
| +++ b/Source/core/css/parser/BisonCSSParser.h
|
| @@ -185,7 +185,7 @@ public:
|
| OwnPtr<CSSParserValueList> m_valueList;
|
| bool m_supportsCondition;
|
|
|
| - CSSPropertyParser::ParsedPropertyVector m_parsedProperties;
|
| + WillBePersistentHeapVector<CSSProperty, 256> m_parsedProperties;
|
| CSSSelectorList* m_selectorListForParseSelector;
|
|
|
| unsigned m_numParsedPropertiesBeforeMarginBox;
|
|
|