Index: Source/core/css/StylePropertySet.cpp |
diff --git a/Source/core/css/StylePropertySet.cpp b/Source/core/css/StylePropertySet.cpp |
index 3f84e58ee46f0e76140b808322d65e306dfb528b..7f906ea77f85182dee7ba68b808a1259be93c1b6 100644 |
--- a/Source/core/css/StylePropertySet.cpp |
+++ b/Source/core/css/StylePropertySet.cpp |
@@ -342,7 +342,7 @@ void MutableStylePropertySet::parseDeclaration(const String& styleDeclaration, S |
parser.parseDeclaration(this, styleDeclaration, 0, contextStyleSheet); |
} |
-void MutableStylePropertySet::addParsedProperties(const Vector<CSSProperty>& properties) |
+void MutableStylePropertySet::addParsedProperties(const Vector<CSSProperty, 256>& properties) |
{ |
m_propertyVector.reserveCapacity(m_propertyVector.size() + properties.size()); |
for (unsigned i = 0; i < properties.size(); ++i) |