| 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 cb1e32b81e7a837591c8f9a367624fa2a7671a1b..4f9e1dc39b741d4e053e30df5e1a1bf7808dcd13 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSValueList.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSValueList.h
|
| @@ -64,7 +64,7 @@ public:
|
| void prepend(CSSValue* value) { m_values.prepend(value); }
|
| bool removeAll(const CSSValue&);
|
| bool hasValue(const CSSValue&) const;
|
| - CSSValueList* copy();
|
| + CSSValueList* copy() const;
|
|
|
| String customCSSText() const;
|
| bool equals(const CSSValueList&) const;
|
|
|