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