Bug 778606 - SafeBrowsing.jsm should use nsUrlFormatter. r=gcp, f=gavin

This commit is contained in:
Justin Dolske
2012-08-01 15:52:47 -07:00
parent 0551ccf7f9
commit d18e7974cb
5 changed files with 55 additions and 103 deletions

View File

@@ -226,7 +226,7 @@ function HashCompleterRequest(aCompleter) {
// The internal set of hashes and callbacks that this request corresponds to.
this._requests = [];
// URI to query for hash completions. Largely comes from the
// browser.safebrowsing.provider.#.gethashURL pref.
// browser.safebrowsing.gethashURL pref.
this._uri = null;
// nsIChannel that the hash completion query is transmitted over.
this._channel = null;