| Index: third_party/WebKit/Source/core/style/StyleNonInheritedVariables.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleNonInheritedVariables.h b/third_party/WebKit/Source/core/style/StyleNonInheritedVariables.h
|
| index c7cec75af7e5382211111e966c24b0fc19105126..ac7fa7b5291067756133696f61fff46f34dcd554 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleNonInheritedVariables.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleNonInheritedVariables.h
|
| @@ -36,7 +36,7 @@ class StyleNonInheritedVariables {
|
| void removeVariable(const AtomicString&);
|
|
|
| void setRegisteredVariable(const AtomicString&, const CSSValue*);
|
| - CSSValue* registeredVariable(const AtomicString& name) const {
|
| + const CSSValue* registeredVariable(const AtomicString& name) const {
|
| return m_registeredData.get(name);
|
| }
|
|
|
|
|