Also expose requestCheckingOfText
This commit is contained in:
parent
a61331a083
commit
b801a93dc5
2 changed files with 68 additions and 9 deletions
|
@ -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_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue