| 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 ac7fa7b5291067756133696f61fff46f34dcd554..4893bb7e2f36bd9668093b1743d055176d329953 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleNonInheritedVariables.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleNonInheritedVariables.h
|
| @@ -37,7 +37,7 @@ class StyleNonInheritedVariables {
|
|
|
| void setRegisteredVariable(const AtomicString&, const CSSValue*);
|
| const CSSValue* registeredVariable(const AtomicString& name) const {
|
| - return m_registeredData.get(name);
|
| + return m_registeredData.at(name);
|
| }
|
|
|
| private:
|
|
|