diff --git a/common/modules/sanitizer.jsm b/common/modules/sanitizer.jsm index 2f3f7397..a8cb4f4a 100644 --- a/common/modules/sanitizer.jsm +++ b/common/modules/sanitizer.jsm @@ -311,7 +311,7 @@ var Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakRef // be called, and with much greater granularity. Only process this // event if it's triggered externally. if (!this.sanitizing) - this.sanitizeItems(null, Range(), data); + this.sanitizeItems(null, Range(), host); }, "browser:purge-session-history": function (subject, data) { // See above.