mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
browser(firefox): fix typo in dispatcher teardown (#4069)
This commit is contained in:
parent
5d1291528f
commit
e6869edf98
@ -1,2 +1,2 @@
|
||||
1183
|
||||
Changed: lushnikov@chromium.org Tue Oct 6 01:20:41 PDT 2020
|
||||
1184
|
||||
Changed: lushnikov@chromium.org Tue Oct 6 12:04:41 PDT 2020
|
||||
|
||||
@ -37,7 +37,7 @@ class Dispatcher {
|
||||
_dispose() {
|
||||
this._connection.onmessage = null;
|
||||
this._connection.onclose = null;
|
||||
this._rootSession.dispose();
|
||||
this._rootSession._dispose();
|
||||
this._rootSession = null;
|
||||
this._sessions.clear();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user