Skip to content

Commit

Permalink
browser(firefox): make tab close listener sync again (#3533)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s authored Aug 19, 2020
1 parent 83de007 commit df50660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions browser_patches/firefox/BUILD_NUMBER
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1161
Changed: [email protected] Wed Aug 19 11:51:52 PDT 2020
1162
Changed: [email protected] Wed Aug 19 12:50:44 PDT 2020
2 changes: 1 addition & 1 deletion browser_patches/firefox/juggler/TargetRegistry.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class TargetRegistry {
setViewportSizeForBrowser(browserContext.defaultViewportSize, tab.linkedBrowser, window);
};

const onTabCloseListener = async event => {
const onTabCloseListener = event => {
const tab = event.target;
const linkedBrowser = tab.linkedBrowser;
const target = this._browserToTarget.get(linkedBrowser);
Expand Down

0 comments on commit df50660

Please sign in to comment.