diff --git a/browser/base/content/tabview/modules/utils.jsm b/browser/base/content/tabview/modules/utils.jsm index 7cc5c8c1dfc..aabb66cff59 100644 --- a/browser/base/content/tabview/modules/utils.jsm +++ b/browser/base/content/tabview/modules/utils.jsm @@ -471,6 +471,16 @@ var Utils = { consoleService.logStringMessage(text); }, + log2: function() { // pass as many arguments as you want, it'll print them all + var text = this.expandArgumentsForLog(arguments); + var html = + '