mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Bug 1054221 - [e10s] Make special link click behave correctly on about:newtab. r=jimm
This commit is contained in:
parent
21bbc49d68
commit
4346420610
@ -2588,7 +2588,7 @@ let BrowserOnClick = {
|
||||
anchorTarget.classList.contains("newtab-link")) {
|
||||
event.preventDefault();
|
||||
let where = whereToOpenLink(event, false, false);
|
||||
openUILinkIn(anchorTarget.href, where);
|
||||
openLinkIn(anchorTarget.href, where, { charset: ownerDoc.characterSet });
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user