Correct misspelling of destroy in method name
This commit is contained in:
parent
9548184b15
commit
7a0129bbc7
4 changed files with 4 additions and 4 deletions
|
@ -137,7 +137,7 @@ void Window::WillCloseWindow(bool* prevent_default) {
|
|||
*prevent_default = Emit("close");
|
||||
}
|
||||
|
||||
void Window::WillDestoryNativeObject() {
|
||||
void Window::WillDestroyNativeObject() {
|
||||
// Close all child windows before closing current window.
|
||||
v8::Locker locker(isolate());
|
||||
v8::HandleScope handle_scope(isolate());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue