| 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 aab2e399b0ee0176a4474c11e7d2344f8d892ec4..49aabbab815c9baa1c8e1ee35789e4ae95bc9264 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp
|
| @@ -228,7 +228,7 @@ void SpellCheckRequester::enqueueRequest(SpellCheckRequest* request) {
|
| m_requestQueue.remove(sameElementRequest);
|
| }
|
|
|
| - m_requestQueue.append(request);
|
| + m_requestQueue.push_back(request);
|
| }
|
|
|
| void SpellCheckRequester::didCheck(int sequence,
|
|
|