Bug 1175098 - Remove duplicate isContent declaration causing B2G xpcshell failures. r=mconley

This commit is contained in:
Ryan VanderMeulen 2015-07-21 14:58:09 -04:00
parent 4b36568537
commit 232f82153a

View File

@ -679,7 +679,6 @@ function Snapshot({xpcom, childProcesses, probes}) {
this.processData = new PerformanceData({xpcom: xpcom.getProcessData(), probes});
}
let isContent = Services.appinfo.processType == Services.appinfo.PROCESS_TYPE_CONTENT;
/**
* Communication with other processes
*/