Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
This commit is contained in:
@@ -180,7 +180,7 @@ function HashCompleter() {
|
||||
// A map of gethash URLs to next gethash time in miliseconds
|
||||
this._nextGethashTimeMs = {};
|
||||
|
||||
Services.obs.addObserver(this, "quit-application");
|
||||
Services.obs.addObserver(this, "quit-application", false);
|
||||
|
||||
}
|
||||
|
||||
@@ -382,7 +382,7 @@ HashCompleterRequest.prototype = {
|
||||
return;
|
||||
}
|
||||
|
||||
Services.obs.addObserver(this, "quit-application");
|
||||
Services.obs.addObserver(this, "quit-application", false);
|
||||
|
||||
// V4 requires table states to build the request so we need
|
||||
// a async call to retrieve the table states from disk.
|
||||
|
||||
Reference in New Issue
Block a user