Index: Source/web/SpellCheckerClientImpl.cpp |
diff --git a/Source/web/SpellCheckerClientImpl.cpp b/Source/web/SpellCheckerClientImpl.cpp |
index 117cb087013a9fcfd6b5d0065fe11d3ac57ada26..2d0bf72587ac2cdd29be5351c76b05da828c0b44 100644 |
--- a/Source/web/SpellCheckerClientImpl.cpp |
+++ b/Source/web/SpellCheckerClientImpl.cpp |
@@ -149,7 +149,7 @@ void SpellCheckerClientImpl::checkSpellingOfString(const String& text, int* miss |
*misspellingLength = spellLength; |
} |
-void SpellCheckerClientImpl::requestCheckingOfString(WTF::PassRefPtr<TextCheckingRequest> request) |
+void SpellCheckerClientImpl::requestCheckingOfString(PassRefPtrWillBeRawPtr<TextCheckingRequest> request) |
{ |
if (m_webView->spellCheckClient()) { |
const String& text = request->data().text(); |