Index: third_party/WebKit/Source/core/css/RuleFeature.cpp |
diff --git a/third_party/WebKit/Source/core/css/RuleFeature.cpp b/third_party/WebKit/Source/core/css/RuleFeature.cpp |
index ee736d1405d87629bacf2343519069adc59a8209..2d49bd91e05232aa4fa39818633405c0c4290c26 100644 |
--- a/third_party/WebKit/Source/core/css/RuleFeature.cpp |
+++ b/third_party/WebKit/Source/core/css/RuleFeature.cpp |
@@ -389,7 +389,7 @@ void RuleFeatureSet::updateInvalidationSetsForContentAttribute(const RuleData& r |
return; |
StylePropertySet::PropertyReference contentProperty = propertySet.propertyAt(propertyIndex); |
- CSSValue* contentValue = contentProperty.value(); |
+ const CSSValue* contentValue = contentProperty.value(); |
if (!contentValue->isValueList()) |
return; |