mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixup for bug 718738. r=me
This commit is contained in:
parent
4ac4ed2ad7
commit
8f06a49844
@ -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