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

Unified Diff: tracing/tracing/ui/find_controller_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/find_controller_test.html
diff --git a/tracing/tracing/ui/find_controller_test.html b/tracing/tracing/ui/find_controller_test.html
index bd6ec217510459003be1b09b5972c2e83c34c473..76f3362899b9bd7b1618a69c38111d801720a8a3 100644
--- a/tracing/tracing/ui/find_controller_test.html
+++ b/tracing/tracing/ui/find_controller_test.html
@@ -283,7 +283,7 @@ tr.b.unittest.testSuite(function() {
controller.startFiltering('a').then(function() {
try {
assert.strictEqual(brushingStateController.selection.length, 0);
- assert.deepEqual(tr.b.asArray(brushingStateController.findMatches),
+ assert.deepEqual(Array.from(brushingStateController.findMatches),
model.t1.sliceGroup.slices);
controller.findNext();
« no previous file with comments | « tracing/tracing/ui/extras/chrome/cc/raster_task_selection.html ('k') | tracing/tracing/ui/tracks/drawing_container.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698