Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(468)

Unified Diff: Source/core/css/parser/CSSPropertyParser.cpp

Issue 184313004: Move all RefPtr's to CSSValue to oilpan transition types, except for the one in CSSCursorImageValue. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/css/parser/CSSPropertyParser.cpp
diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp
index 09ce7ac4fa2bb41de1c6190f3f4523392c13f3b7..9e38bb56a7d938dbf2d20236ffb310b7a9fd69a1 100644
--- a/Source/core/css/parser/CSSPropertyParser.cpp
+++ b/Source/core/css/parser/CSSPropertyParser.cpp
@@ -168,7 +168,7 @@ private:
CSSPropertyParser::CSSPropertyParser(OwnPtr<CSSParserValueList>& valueList,
const CSSParserContext& context, bool inViewport, bool savedImportant,
- ParsedPropertyVector& parsedProperties, bool& hasFontFaceOnlyValues)
+ WillBeHeapVector<CSSProperty, 256>& parsedProperties, bool& hasFontFaceOnlyValues)
: m_valueList(valueList)
, m_context(context)
, m_inViewport(inViewport)

Powered by Google App Engine
This is Rietveld 408576698