We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49fbcb commit 76c5408Copy full SHA for 76c5408
extension/chrome/content/messenger.js
@@ -85,7 +85,6 @@ getWindowTitleForMessenger: function(aTab)
85
{
86
let docTitle = aTab.title;
87
88
- Cu.import("resource://gre/modules/AppConstants.jsm");
89
let platformIsMac = AppConstants.platform == "macosx";
90
91
if (docTitle && !platformIsMac)
extension/chrome/content/suite.js
@@ -97,7 +97,6 @@ getWindowTitleForNavigator: function () {
97
var sep = docElement.getAttribute("titlemenuseparator");
98
var modifier = "";
99
100
101
var platformIsMac = AppConstants.platform == "macosx";
102
103
if (!platformIsMac) {
0 commit comments