Better clarity and fix typo
This commit is contained in:
parent
816a96c2cc
commit
3be92f550c
2 changed files with 10 additions and 10 deletions
|
@ -273,7 +273,7 @@ class BrowserWindow : public mate::TrackableObject<BrowserWindow>,
|
|||
|
||||
// Closure that would be called when window is unresponsive when closing,
|
||||
// it should be cancelled when we can prove that the window is responsive.
|
||||
base::CancelableClosure window_unresposive_closure_;
|
||||
base::CancelableClosure window_unresponsive_closure_;
|
||||
|
||||
v8::Global<v8::Value> browser_view_;
|
||||
v8::Global<v8::Value> web_contents_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue