1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-09-30 09:06:56 +13:00

Changes following review

This commit is contained in:
AlexVallat 2015-03-31 12:03:35 +01:00 committed by gorhill
parent 22bad6201e
commit 75ac4b979e

View file

@ -323,7 +323,7 @@ const LocationChangeListener = function(docShell) {
this.docShell.addProgressListener(this, Ci.nsIWebProgress.NOTIFY_LOCATION); this.docShell.addProgressListener(this, Ci.nsIWebProgress.NOTIFY_LOCATION);
} }
} }
} };
LocationChangeListener.prototype.QueryInterface = XPCOMUtils.generateQI(["nsIWebProgressListener", "nsISupportsWeakReference"]); LocationChangeListener.prototype.QueryInterface = XPCOMUtils.generateQI(["nsIWebProgressListener", "nsISupportsWeakReference"]);