mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 845752 - trying to see if profiler no longer leaks, r=anton
This commit is contained in:
parent
f8b0401a3f
commit
17c6d3866d
@ -17,8 +17,7 @@ function test() {
|
|||||||
addTab("about:blank", function() {
|
addTab("about:blank", function() {
|
||||||
toolIDs = [];
|
toolIDs = [];
|
||||||
for (let [id, definition] of gDevTools._tools) {
|
for (let [id, definition] of gDevTools._tools) {
|
||||||
// Skipping Profiler due to bug 838069. Re-enable when bug 845752 is fixed
|
if (definition.key) {
|
||||||
if (definition.key && id != "jsprofiler") {
|
|
||||||
toolIDs.push(id);
|
toolIDs.push(id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user