| Index: third_party/WebKit/Source/core/style/StyleInheritedVariables.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleInheritedVariables.h b/third_party/WebKit/Source/core/style/StyleInheritedVariables.h
|
| index 1668f3211d2e77e192518bc97290ecf3fb0c3517..bdd8c7274e2fbe772f997e285d68c6974d4b70fb 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleInheritedVariables.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleInheritedVariables.h
|
| @@ -37,7 +37,7 @@ class StyleInheritedVariables : public RefCounted<StyleInheritedVariables> {
|
| void removeVariable(const AtomicString&);
|
|
|
| void setRegisteredVariable(const AtomicString&, const CSSValue*);
|
| - CSSValue* registeredVariable(const AtomicString&) const;
|
| + const CSSValue* registeredVariable(const AtomicString&) const;
|
|
|
| // This map will contain null pointers if variables are invalid due to
|
| // cycles or referencing invalid variables without using a fallback.
|
|
|