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