Skip to content

Commit

Permalink
chore: update call to predictOriginAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
onemen committed Aug 13, 2024
1 parent d6d38a4 commit f52c466
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addon/chrome/content/places/places.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,13 +278,14 @@ var TMP_Places = {
tabPos = aTab._tPos < index ? index - 1 : index;
gBrowser.moveTabTo(aTab, tabPos);
} else {
let oa = Tabmix.isVersion(860) ? E10SUtils.predictOriginAttributes({window}) : {};
let preferredRemoteType = E10SUtils.getRemoteTypeForURI(
url,
gMultiProcessBrowser,
gFissionBrowser,
E10SUtils.DEFAULT_REMOTE_TYPE,
null,
E10SUtils.predictOriginAttributes({window})
oa
);
let params = {
skipAnimation: multiple,
Expand Down

0 comments on commit f52c466

Please sign in to comment.