Index: third_party/WebKit/Source/core/css/StylePropertySet.h |
diff --git a/third_party/WebKit/Source/core/css/StylePropertySet.h b/third_party/WebKit/Source/core/css/StylePropertySet.h |
index 91c92b7ed563d4a1f4cbd9e3a3aa9ab38b65434a..179f53e07eb85b76a2bd8cc2b0fbf375d1db904a 100644 |
--- a/third_party/WebKit/Source/core/css/StylePropertySet.h |
+++ b/third_party/WebKit/Source/core/css/StylePropertySet.h |
@@ -89,7 +89,7 @@ public: |
bool hasProperty(CSSPropertyID property) const { return findPropertyIndex(property) != -1; } |
template<typename T> // CSSPropertyID or AtomicString |
- CSSValue* getPropertyCSSValue(T property) const; |
+ const CSSValue* getPropertyCSSValue(T property) const; |
template<typename T> // CSSPropertyID or AtomicString |
String getPropertyValue(T property) const; |