Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / SpellCheckerClientImpl.h
index c87a27c..2291487 100644 (file)
@@ -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; }