Index: third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp |
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp |
index f57032398ac7fe8921a60130037fe148d16b3da4..a2ecbec2f127243ed5afe9675bcaa1d22679c6c9 100644 |
--- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp |
+++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp |
@@ -1395,7 +1395,7 @@ static inline bool isPropertyInWhitelist(PropertyWhitelistType propertyWhitelist |
// This method expands the 'all' shorthand property to longhand properties |
// and applies the expanded longhand properties. |
template <CSSPropertyPriority priority> |
-void StyleResolver::applyAllProperty(StyleResolverState& state, CSSValue* allValue, bool inheritedOnly, PropertyWhitelistType propertyWhitelistType) |
+void StyleResolver::applyAllProperty(StyleResolverState& state, const CSSValue* allValue, bool inheritedOnly, PropertyWhitelistType propertyWhitelistType) |
{ |
// The 'all' property doesn't apply to variables: |
// https://drafts.csswg.org/css-variables/#defining-variables |