Also expose requestCheckingOfText

This commit is contained in:
Cheng Zhao 2014-12-18 17:41:42 -08:00
parent a61331a083
commit b801a93dc5
2 changed files with 68 additions and 9 deletions

View file

@ -41,8 +41,7 @@ class SpellCheckClient : public blink::WebSpellCheckClient {
const blink::WebString& word) override;
template<class T>
bool CallProviderMethod(const char* method,
const blink::WebString& text,
bool CallProviderMethod(const char* method, const blink::WebString& text,
T* result);
v8::Isolate* isolate_;