Index: Source/core/css/StylePropertySet.h |
diff --git a/Source/core/css/StylePropertySet.h b/Source/core/css/StylePropertySet.h |
index 7d8be4f50ad4ae1c20962a8e897feb0fb3521343..725257f14dc21326513f34d0f33830dd439e3559 100644 |
--- a/Source/core/css/StylePropertySet.h |
+++ b/Source/core/css/StylePropertySet.h |
@@ -177,7 +177,7 @@ public: |
unsigned propertyCount() const { return m_propertyVector.size(); } |
PropertySetCSSStyleDeclaration* cssStyleDeclaration(); |
- void addParsedProperties(const Vector<CSSProperty>&); |
+ void addParsedProperties(const Vector<CSSProperty, 256>&); |
void addParsedProperty(const CSSProperty&); |
// These expand shorthand properties into multiple properties. |