| Index: Source/core/css/parser/CSSPropertyParser.cpp
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp
|
| index cf75d7284b82dce2516b8dbddb16531749ef39e3..cd1fe254761396284e60e58a81873c09a8c25d60 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)
|
|
|