Fix initializing V8 on Windows.

This commit is contained in:
Cheng Zhao 2013-12-17 21:55:56 +08:00
parent 56f709ff1f
commit 75c44ca057
5 changed files with 17 additions and 33 deletions

View file

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