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

@ -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: