Add webFrame.setSpellCheckClient API
This commit is contained in:
parent
896077222d
commit
f1fbc5c701
4 changed files with 19 additions and 3 deletions
|
@ -14,7 +14,7 @@ namespace api {
|
|||
|
||||
class SpellCheckClient : public blink::WebSpellCheckClient {
|
||||
public:
|
||||
SpellCheckClient(v8::Isolate* isolate, v8::Local<v8::Object> provider);
|
||||
SpellCheckClient(v8::Isolate* isolate, v8::Handle<v8::Object> provider);
|
||||
virtual ~SpellCheckClient();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue