| Index: third_party/WebKit/Source/core/xml/XPathVariableReference.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/XPathVariableReference.cpp b/third_party/WebKit/Source/core/xml/XPathVariableReference.cpp
|
| index dc75b518a2187d293fde3282ba7818a0dcbee7f5..41682d7b50cc91e7d10f795f7d04a70ab63b09ac 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathVariableReference.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XPathVariableReference.cpp
|
| @@ -40,7 +40,7 @@ Value VariableReference::evaluate(EvaluationContext& context) const {
|
| // referenced?
|
| return "";
|
| }
|
| - return bindings.get(m_name);
|
| + return bindings.at(m_name);
|
| }
|
|
|
| } // namespace XPath
|
|
|