Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
This commit is contained in:
@@ -76,9 +76,9 @@ ConsoleAPIStorageService.prototype = {
|
||||
/** @private */
|
||||
init: function CS_init()
|
||||
{
|
||||
Services.obs.addObserver(this, "xpcom-shutdown");
|
||||
Services.obs.addObserver(this, "inner-window-destroyed");
|
||||
Services.obs.addObserver(this, "memory-pressure");
|
||||
Services.obs.addObserver(this, "xpcom-shutdown", false);
|
||||
Services.obs.addObserver(this, "inner-window-destroyed", false);
|
||||
Services.obs.addObserver(this, "memory-pressure", false);
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user