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
|
@ -405,7 +405,7 @@ void NativeWindow::CloseContents(content::WebContents* source) {
|
|||
Observe(nullptr);
|
||||
|
||||
FOR_EACH_OBSERVER(NativeWindowObserver, observers_,
|
||||
WillDestoryNativeObject());
|
||||
WillDestroyNativeObject());
|
||||
|
||||
// When the web contents is gone, close the window immediately, but the
|
||||
// memory will not be freed until you call delete.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue