| 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();
|
|
|