Bug 1054221 - [e10s] Make special link click behave correctly on about:newtab. r=jimm

This commit is contained in:
Tom Schuster 2014-08-15 15:28:10 +02:00
parent 21bbc49d68
commit 4346420610

View File

@ -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 });
}
},