Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
This commit is contained in:
@@ -47,8 +47,8 @@ ContentProcessSingleton.prototype = {
|
||||
observe(subject, topic, data) {
|
||||
switch (topic) {
|
||||
case "app-startup": {
|
||||
Services.obs.addObserver(this, "console-api-log-event");
|
||||
Services.obs.addObserver(this, "xpcom-shutdown");
|
||||
Services.obs.addObserver(this, "console-api-log-event", false);
|
||||
Services.obs.addObserver(this, "xpcom-shutdown", false);
|
||||
cpmm.addMessageListener("DevTools:InitDebuggerServer", this);
|
||||
TelemetryController.observe(null, topic, null);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user