Index: third_party/WebKit/Source/core/css/CSSValueList.h |
diff --git a/third_party/WebKit/Source/core/css/CSSValueList.h b/third_party/WebKit/Source/core/css/CSSValueList.h |
index 375986f619e73808648f47db91572b360a7be752..64e528d86f5d9123ff1dbc13d02501417d43b39b 100644 |
--- a/third_party/WebKit/Source/core/css/CSSValueList.h |
+++ b/third_party/WebKit/Source/core/css/CSSValueList.h |
@@ -63,7 +63,7 @@ public: |
void append(CSSValue* value) { m_values.append(value); } |
bool removeAll(const CSSValue&); |
bool hasValue(const CSSValue&) const; |
- CSSValueList* copy(); |
+ CSSValueList* copy() const; |
String customCSSText() const; |
bool equals(const CSSValueList&) const; |