Index: Source/core/css/CSSComputedStyleDeclaration.h |
diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h |
index 74649e70cf060da69a60585ba6b09f08c8ee741c..9a8d1826b0a190435d2a19baffb10a32303e2402 100644 |
--- a/Source/core/css/CSSComputedStyleDeclaration.h |
+++ b/Source/core/css/CSSComputedStyleDeclaration.h |
@@ -68,7 +68,7 @@ public: |
PassRefPtr<CSSValue> getSVGPropertyCSSValue(CSSPropertyID, EUpdateLayout) const; |
#endif |
- PassRefPtr<StylePropertySet> copyPropertiesInSet(const CSSPropertyID* set, unsigned length) const; |
+ PassRefPtr<StylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const; |
virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE; |