Index: Source/core/css/parser/CSSPropertyParser.cpp |
diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp |
index 9e38bb56a7d938dbf2d20236ffb310b7a9fd69a1..09ce7ac4fa2bb41de1c6190f3f4523392c13f3b7 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.cpp |
+++ b/Source/core/css/parser/CSSPropertyParser.cpp |
@@ -168,7 +168,7 @@ |
CSSPropertyParser::CSSPropertyParser(OwnPtr<CSSParserValueList>& valueList, |
const CSSParserContext& context, bool inViewport, bool savedImportant, |
- WillBeHeapVector<CSSProperty, 256>& parsedProperties, bool& hasFontFaceOnlyValues) |
+ ParsedPropertyVector& parsedProperties, bool& hasFontFaceOnlyValues) |
: m_valueList(valueList) |
, m_context(context) |
, m_inViewport(inViewport) |