Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout

This commit is contained in:
Sebastian Hengst
2017-01-11 23:21:56 +01:00
parent 1bb96c44c0
commit c6d9ef3e98
429 changed files with 4017 additions and 4014 deletions

View File

@@ -275,7 +275,7 @@ function allocationsWithSchema(data) {
time: slot++,
size: slot++,
},
data
data: data
};
}
@@ -433,7 +433,7 @@ function stackTableWithSchema(data) {
prefix: slot++,
frame: slot++
},
data
data: data
};
}
@@ -447,7 +447,7 @@ function frameTableWithSchema(data) {
line: slot++,
category: slot++
},
data
data: data
};
}
@@ -463,7 +463,7 @@ function samplesWithSchema(data) {
frameNumber: slot++,
power: slot++
},
data
data: data
};
}