Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(986)

Unified Diff: tracing/tracing/ui/analysis/memory_dump_allocator_details_pane_test.html

Issue 2955043002: Remove tr.b.asArray. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tracing/tracing/ui/analysis/memory_dump_allocator_details_pane_test.html
diff --git a/tracing/tracing/ui/analysis/memory_dump_allocator_details_pane_test.html b/tracing/tracing/ui/analysis/memory_dump_allocator_details_pane_test.html
index 6fc08936e5e6534723858c0b462e7094c4c80829..ce228629466e7e0096d6b7bcf7e0b5c6da9f0668 100644
--- a/tracing/tracing/ui/analysis/memory_dump_allocator_details_pane_test.html
+++ b/tracing/tracing/ui/analysis/memory_dump_allocator_details_pane_test.html
@@ -206,7 +206,7 @@ tr.b.unittest.testSuite(function() {
if (expectedContexts === undefined) {
assert.isUndefined(row.contexts);
} else {
- assert.deepEqual(tr.b.asArray(row.contexts), expectedContexts);
+ assert.deepEqual(Array.from(row.contexts), expectedContexts);
}
}
« no previous file with comments | « tracing/tracing/ui/analysis/flow_classifier_test.html ('k') | tracing/tracing/ui/analysis/memory_dump_overview_pane_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698