| Index: third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp b/third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp
|
| index c00c22ac50e11b5077e26a10f46a1a22d9c50926..25d322f83e4d6a448d326d0e2c6b2614c608bb51 100644
|
| --- a/third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp
|
| @@ -137,7 +137,7 @@ void SpellCheckerClientImpl::checkSpellingOfString(const String& text, int* miss
|
| *misspellingLength = spellLength;
|
| }
|
|
|
| -void SpellCheckerClientImpl::requestCheckingOfString(PassRefPtrWillBeRawPtr<TextCheckingRequest> request)
|
| +void SpellCheckerClientImpl::requestCheckingOfString(RawPtr<TextCheckingRequest> request)
|
| {
|
| if (m_webView->spellCheckClient()) {
|
| const String& text = request->data().text();
|
|
|