Index: Source/core/css/resolver/MatchedPropertiesCache.cpp |
diff --git a/Source/core/css/resolver/MatchedPropertiesCache.cpp b/Source/core/css/resolver/MatchedPropertiesCache.cpp |
index 860c5c0a10918e1d10d77243d6b3f844b39b8ca0..3b9e2ecf77da4d3fb706eef48cda81314f2ae922 100644 |
--- a/Source/core/css/resolver/MatchedPropertiesCache.cpp |
+++ b/Source/core/css/resolver/MatchedPropertiesCache.cpp |
@@ -37,7 +37,7 @@ namespace WebCore { |
void CachedMatchedProperties::set(const RenderStyle* style, const RenderStyle* parentStyle, const MatchResult& matchResult) |
{ |
- matchedProperties.append(matchResult.matchedProperties); |
+ matchedProperties.appendVector(matchResult.matchedProperties); |
ranges = matchResult.ranges; |
// Note that we don't cache the original RenderStyle instance. It may be further modified. |