diff --git a/toolkit/components/console/hudservice/HUDService.jsm b/toolkit/components/console/hudservice/HUDService.jsm index 127a64fe34c1..cbf3ca0ea691 100644 --- a/toolkit/components/console/hudservice/HUDService.jsm +++ b/toolkit/components/console/hudservice/HUDService.jsm @@ -1551,7 +1551,6 @@ HUD_SERVICE.prototype = var window = aContext.linkedBrowser.contentWindow; var id = aContext.linkedBrowser.parentNode.parentNode.getAttribute("id"); this.registerActiveContext(id); - HUDService.windowInitializer(window); this.windowInitializer(window); if (!aAnimated) {