From 2ba23edd9860d5a9b32a0db8801b0872b1d39f87 Mon Sep 17 00:00:00 2001 From: "mconnor%myrealbox.com" Date: Tue, 1 Jun 2004 14:50:13 +0000 Subject: [PATCH] bug 240655, port neil's fix from 133606 to toolkit --- .../console/content/consoleBindings.xml | 22 ++----------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/toolkit/components/console/content/consoleBindings.xml b/toolkit/components/console/content/consoleBindings.xml index 7dad243ed57..0af4193be8b 100644 --- a/toolkit/components/console/content/consoleBindings.xml +++ b/toolkit/components/console/content/consoleBindings.xml @@ -75,8 +75,8 @@ observe : function(aObject) { this.console.appendItem(aObject); } }; - this.mConsoleRowBox = this.getAnonElByAttr("role", "console-rows"); - this.mStrBundle = this.getAnonElByAttr("role", "string-bundle"); + this.mConsoleRowBox = document.getAnonymousElementByAttribute(this, "role", "console-rows"); + this.mStrBundle = document.getAnonymousElementByAttribute(this, "role", "string-bundle"); try { var isupports = Components.classes['@mozilla.org/consoleservice;1'].getService(); @@ -251,24 +251,6 @@ - - - - - - -