Skip to content

Commit

Permalink
Bug 1879041 - Fix devtools failure. CLOSED TREE
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorypappas committed Feb 28, 2024
1 parent 636e377 commit b2a52ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devtools/client/performance-new/popup/logic.sys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const lazy = createLazyLoaders({
*/
function selectElementsInPanelview(panelview) {
const document = panelview.ownerDocument;
const window = document.defaultView;

/**
* Get an element or throw an error if it's not found. This is more friendly
* for TypeScript.
Expand Down

0 comments on commit b2a52ab

Please sign in to comment.