Commit 49299af1 authored by Jonathan Kingston's avatar Jonathan Kingston
Browse files

Bug 1486157 - Change language provider attribution to use openWebLinkIn. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D4273

--HG--
extra : moz-landing-system : lando
parent 27f61415
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ var Translation = {
  openProviderAttribution() {
    let attribution = this.supportedEngines[this.translationEngine];
    ChromeUtils.import("resource:///modules/BrowserWindowTracker.jsm");
    BrowserWindowTracker.getTopWindow().openUILinkIn(attribution, "tab");
    BrowserWindowTracker.getTopWindow().openWebLinkIn(attribution, "tab");
  },

  /**