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"]);