Browse Source

Changes following review

pull/2/head
AlexVallat 10 years ago
committed by gorhill
parent
commit
75ac4b979e
  1. 2
      platform/firefox/frameModule.js

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

Loading…
Cancel
Save