Index: Source/web/SpellCheckerClientImpl.h |
diff --git a/Source/web/SpellCheckerClientImpl.h b/Source/web/SpellCheckerClientImpl.h |
index c87a27ce2a305fb9d292cf4a2f99effa357474a3..22914879db13193fd895e3b1ae1a09f3e6554f2f 100644 |
--- a/Source/web/SpellCheckerClientImpl.h |
+++ b/Source/web/SpellCheckerClientImpl.h |
@@ -32,6 +32,7 @@ |
#define SpellCheckerClientImpl_h |
#include "core/page/SpellCheckerClient.h" |
+#include "platform/heap/Handle.h" |
#include "platform/text/TextCheckerClient.h" |
namespace blink { |
@@ -57,7 +58,7 @@ public: |
virtual void updateSpellingUIWithMisspelledWord(const WTF::String&) OVERRIDE; |
virtual void showSpellingUI(bool show) OVERRIDE; |
virtual bool spellingUIIsShowing() OVERRIDE; |
- virtual void requestCheckingOfString(WTF::PassRefPtr<TextCheckingRequest>) OVERRIDE; |
+ virtual void requestCheckingOfString(PassRefPtrWillBeRawPtr<TextCheckingRequest>) OVERRIDE; |
virtual TextCheckerClient& textChecker() OVERRIDE { return *this; } |