Fix typo in comment
This commit is contained in:
parent
bd2ce5327c
commit
5982e3a75e
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ bool WebContents::OnMessageReceived(const IPC::Message& message) {
|
|||
}
|
||||
|
||||
// There are three ways of destroying a webContents:
|
||||
// 1. call webContents.destory();
|
||||
// 1. call webContents.destroy();
|
||||
// 2. garbage collection;
|
||||
// 3. user closes the window of webContents;
|
||||
// For webview only #1 will happen, for BrowserWindow both #1 and #3 may
|
||||
|
|
Loading…
Reference in a new issue