Index: Source/core/editing/SpellChecker.cpp |
diff --git a/Source/core/editing/SpellChecker.cpp b/Source/core/editing/SpellChecker.cpp |
index 9603d240363e3b24ba2c5496e156744d29893e5e..97c1fd81bc82e9ec410b67c50c2872dbc4045c64 100644 |
--- a/Source/core/editing/SpellChecker.cpp |
+++ b/Source/core/editing/SpellChecker.cpp |
@@ -191,8 +191,6 @@ void SpellChecker::requestCheckingFor(PassRefPtr<SpellCheckRequest> request) |
void SpellChecker::cancelCheck() |
{ |
- if (!m_requestQueue.isEmpty()) |
- m_requestQueue.clear(); |
if (m_processingRequest) |
m_processingRequest->didCancel(); |
} |