| Index: third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp
|
| index 0876b64691c4b67570f593cf49e604b2b070e2b2..b7cb287fae527c34798cf81401abc1e6f72a23e4 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp
|
| @@ -225,7 +225,7 @@ void SpellCheckRequester::enqueueRequest(SpellCheckRequest* request) {
|
| queuedRequest->rootEditableElement();
|
| });
|
| if (sameElementRequest != m_requestQueue.end())
|
| - m_requestQueue.remove(sameElementRequest);
|
| + m_requestQueue.erase(sameElementRequest);
|
| }
|
|
|
| m_requestQueue.push_back(request);
|
|
|