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

Unified Diff: tracing/tracing/base/unittest/interactive_test_runner.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
« no previous file with comments | « tracing/tracing/base/multi_dimensional_view_test.html ('k') | tracing/tracing/core/test_utils.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/unittest/interactive_test_runner.html
diff --git a/tracing/tracing/base/unittest/interactive_test_runner.html b/tracing/tracing/base/unittest/interactive_test_runner.html
index 8f8e171ae7a733ec88e932a7b446b505bb8f967e..9f3fe82908a80c4bbb8833d102cdc771152be376 100644
--- a/tracing/tracing/base/unittest/interactive_test_runner.html
+++ b/tracing/tracing/base/unittest/interactive_test_runner.html
@@ -195,7 +195,7 @@ tr.exportTo('tr.b.unittest', function() {
Polymer.dom(this).querySelector(
'input[name=test-type-to-run][value=unit]').checked = true;
- const testTypeToRunEls = tr.b.asArray(Polymer.dom(this).querySelectorAll(
+ const testTypeToRunEls = Array.from(Polymer.dom(this).querySelectorAll(
'input[name=test-type-to-run]'));
testTypeToRunEls.forEach(
« no previous file with comments | « tracing/tracing/base/multi_dimensional_view_test.html ('k') | tracing/tracing/core/test_utils.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698