Chromium Code Reviews| Index: third_party/WebKit/Source/core/xml/XPathParser.cpp |
| diff --git a/third_party/WebKit/Source/core/xml/XPathParser.cpp b/third_party/WebKit/Source/core/xml/XPathParser.cpp |
| index 0b65bd02038c5c21c9f36509a59683ec2ef593ad..0d8f070b0d7f7742b64c697cc54cb484a79236a5 100644 |
| --- a/third_party/WebKit/Source/core/xml/XPathParser.cpp |
| +++ b/third_party/WebKit/Source/core/xml/XPathParser.cpp |
| @@ -516,7 +516,7 @@ void Parser::deleteString(String* s) { |
| return; |
| DCHECK(m_strings.contains(s)); |
| - m_strings.remove(s); |
| + m_strings.erase(s); |
| } |
| } // namespace blink |