Add webFrame.setSpellCheckClient API

This commit is contained in:
Cheng Zhao 2014-12-18 13:54:01 -08:00
parent 896077222d
commit f1fbc5c701
4 changed files with 19 additions and 3 deletions

View file

@ -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() {}