summaryrefslogtreecommitdiffstats
path: root/browser/base/content/browser-tabsintitlebar.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/browser-tabsintitlebar.js')
-rw-r--r--browser/base/content/browser-tabsintitlebar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/base/content/browser-tabsintitlebar.js b/browser/base/content/browser-tabsintitlebar.js
index caf9986b2f..d7f71ed450 100644
--- a/browser/base/content/browser-tabsintitlebar.js
+++ b/browser/base/content/browser-tabsintitlebar.js
@@ -43,7 +43,7 @@ var TabsInTitlebar = {
return document.documentElement.getAttribute("tabsintitlebar") == "true";
},
- observe(subject, topic, data) {
+ observe(subject, topic) {
if (topic == "nsPref:changed") {
this._readPref();
}