Separate AtomBindings for renderer.

This commit is contained in:
Cheng Zhao 2013-04-22 16:27:34 +08:00
parent 2ba3ce740c
commit a7c3bdbf5d
8 changed files with 68 additions and 26 deletions

View file

@ -23,9 +23,6 @@ class AtomBindings {
// load native code from atom-shell instead.
virtual void BindTo(v8::Handle<v8::Object> process);
// Call BindTo for process object of the frame.
void BindToFrame(WebKit::WebFrame* frame);
private:
static v8::Handle<v8::Value> Binding(const v8::Arguments& args);