From 75ac4b979e7f5efb6de02421dc57f36ccac78194 Mon Sep 17 00:00:00 2001 From: AlexVallat Date: Tue, 31 Mar 2015 12:03:35 +0100 Subject: [PATCH] Changes following review --- platform/firefox/frameModule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/frameModule.js b/platform/firefox/frameModule.js index a1de19a..aab4473 100644 --- a/platform/firefox/frameModule.js +++ b/platform/firefox/frameModule.js @@ -323,7 +323,7 @@ const LocationChangeListener = function(docShell) { this.docShell.addProgressListener(this, Ci.nsIWebProgress.NOTIFY_LOCATION); } } -} +}; LocationChangeListener.prototype.QueryInterface = XPCOMUtils.generateQI(["nsIWebProgressListener", "nsISupportsWeakReference"]);