mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Fixup for bug 718738. r=me
This commit is contained in:
parent
2154f9b1b1
commit
ffeeedb0b6
@ -117,7 +117,7 @@ function getSimpleMeasurements() {
|
||||
} catch (ex) {}
|
||||
|
||||
if (si.process) {
|
||||
for each (let field in Object.keys(si))]) {
|
||||
for each (let field in Object.keys(si)) {
|
||||
if (field == "process")
|
||||
continue;
|
||||
ret[field] = si[field] - si.process
|
||||
|
Loading…
Reference in New Issue
Block a user