| 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 c2aaba3f928403e83c9be3907f8e4335afd2e1e7..9d98069a8a8ebdcb5a5d560eb566f010ebf1c363 100644
|
| --- a/third_party/WebKit/Source/core/xml/XSLTProcessor.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XSLTProcessor.cpp
|
| @@ -156,7 +156,7 @@ String XSLTProcessor::getParameter(const String& /*namespaceURI*/,
|
| void XSLTProcessor::removeParameter(const String& /*namespaceURI*/,
|
| const String& localName) {
|
| // FIXME: namespace support?
|
| - m_parameters.remove(localName);
|
| + m_parameters.erase(localName);
|
| }
|
|
|
| void XSLTProcessor::reset() {
|
|
|