Upgrade node for new V8 API

This commit is contained in:
Cheng Zhao 2014-12-07 13:09:50 -08:00
parent 5dd73e74cb
commit 7bc364a374
5 changed files with 41 additions and 7 deletions

View file

@ -72,8 +72,6 @@ Window::Window(const mate::Dictionary& options)
Window::~Window() {
if (window_)
Destroy();
Emit("destroyed");
}
void Window::OnPageTitleUpdated(bool* prevent_default,