browser(firefox): fix typo in dispatcher teardown (#4069)
This commit is contained in:
parent
5d1291528f
commit
e6869edf98
|
|
@ -1,2 +1,2 @@
|
||||||
1183
|
1184
|
||||||
Changed: lushnikov@chromium.org Tue Oct 6 01:20:41 PDT 2020
|
Changed: lushnikov@chromium.org Tue Oct 6 12:04:41 PDT 2020
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ class Dispatcher {
|
||||||
_dispose() {
|
_dispose() {
|
||||||
this._connection.onmessage = null;
|
this._connection.onmessage = null;
|
||||||
this._connection.onclose = null;
|
this._connection.onclose = null;
|
||||||
this._rootSession.dispose();
|
this._rootSession._dispose();
|
||||||
this._rootSession = null;
|
this._rootSession = null;
|
||||||
this._sessions.clear();
|
this._sessions.clear();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue