From d6d126a5abf542b3f0d2bdffdb56a18fbd7333c3 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 9 Feb 2011 07:21:46 -0500 Subject: [PATCH] Fixes, mostly, most of which should really be in the default branch. --HG-- branch : groups --- common/content/buffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/buffer.js b/common/content/buffer.js index 955737ce..5466c445 100644 --- a/common/content/buffer.js +++ b/common/content/buffer.js @@ -225,7 +225,7 @@ var Buffer = Module("buffer", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { }, observers: { - "chrome-document-global-created": function (win, uri) { this.observe(win, "content-document-global-created", null); }, + "chrome-document-global-created": function (win, uri) { this.observe(win, "content-document-global-created", uri); }, "content-document-global-created": function (win, uri) { let top = win.QueryInterface(Ci.nsIInterfaceRequestor).getInterface(Ci.nsIWebNavigation) .QueryInterface(Ci.nsIDocShellTreeItem).rootTreeItem