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

Unified Diff: tracing/tracing/base/multi_dimensional_view_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/base/multi_dimensional_view_test.html
diff --git a/tracing/tracing/base/multi_dimensional_view_test.html b/tracing/tracing/base/multi_dimensional_view_test.html
index 6a7af169c1c8578788309e2a11130b755c220567..3fb428eb892eea8ad0225e212aec6e40b0cd9dfb 100644
--- a/tracing/tracing/base/multi_dimensional_view_test.html
+++ b/tracing/tracing/base/multi_dimensional_view_test.html
@@ -71,7 +71,7 @@ tr.b.unittest.testSuite(function() {
actualTreeNodesById, expectedStructureNodesById) {
// Check the multi-dimensional title.
assert.deepEqual(
- tr.b.asArray(actualTreeNode.title), expectedStructureNode.title);
+ Array.from(actualTreeNode.title), expectedStructureNode.title);
// Check the values.
assert.deepEqual(actualTreeNode.values, expectedStructureNode.values);
« no previous file with comments | « tracing/tracing/base/iteration_helpers_test.html ('k') | tracing/tracing/base/unittest/interactive_test_runner.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698