| Index: third_party/WebKit/Source/core/xml/XSLTProcessor.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/XSLTProcessor.cpp b/third_party/WebKit/Source/core/xml/XSLTProcessor.cpp
|
| index 9d98069a8a8ebdcb5a5d560eb566f010ebf1c363..394cf6fd7a5e298977a55679594459fb738b5cfc 100644
|
| --- a/third_party/WebKit/Source/core/xml/XSLTProcessor.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XSLTProcessor.cpp
|
| @@ -150,7 +150,7 @@ String XSLTProcessor::getParameter(const String& /*namespaceURI*/,
|
| const String& localName) const {
|
| // FIXME: namespace support?
|
| // should make a QualifiedName here but we'd have to expose the impl
|
| - return m_parameters.get(localName);
|
| + return m_parameters.at(localName);
|
| }
|
|
|
| void XSLTProcessor::removeParameter(const String& /*namespaceURI*/,
|
|
|