diff --git a/modules/browser.js b/modules/browser.js index 59af8ba8..f1adffec 100644 --- a/modules/browser.js +++ b/modules/browser.js @@ -4169,7 +4169,7 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, { if (restoringChildren.length) aTab.setAttribute(this.kCHILDREN_RESTORING, restoringChildren.join('|')); else - aTab.removeAttribute(this.kCHILDREN_RESTORING; + aTab.removeAttribute(this.kCHILDREN_RESTORING); } },