Index: Source/core/css/StylePropertySet.h |
diff --git a/Source/core/css/StylePropertySet.h b/Source/core/css/StylePropertySet.h |
index 8d03a04c36e0c5d9402e05618c45b887cc42271f..05e17430d0f3f5071c69420648b033226d3ce0b5 100644 |
--- a/Source/core/css/StylePropertySet.h |
+++ b/Source/core/css/StylePropertySet.h |
@@ -143,7 +143,7 @@ public: |
void removeEquivalentProperties(const StylePropertySet*); |
void removeEquivalentProperties(const CSSStyleDeclaration*); |
- PassRefPtr<StylePropertySet> copyPropertiesInSet(const CSSPropertyID* set, unsigned length) const; |
+ PassRefPtr<StylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const; |
String asText() const; |