Fix initializing V8 on Windows.
This commit is contained in:
parent
56f709ff1f
commit
75c44ca057
5 changed files with 17 additions and 33 deletions
|
@ -26,9 +26,6 @@ class AtomBrowserBindings : public AtomBindings {
|
|||
AtomBrowserBindings();
|
||||
virtual ~AtomBrowserBindings();
|
||||
|
||||
// Called when the node.js main script has been loaded.
|
||||
virtual void AfterLoad();
|
||||
|
||||
// Called when received a message from renderer.
|
||||
void OnRendererMessage(int process_id,
|
||||
int routing_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue