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

Unified Diff: Tools/GardeningServer/ui/ct-test-list.html

Issue 459983002: Kill ui.js (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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: Tools/GardeningServer/ui/ct-test-list.html
diff --git a/Tools/GardeningServer/ui/ct-test-list.html b/Tools/GardeningServer/ui/ct-test-list.html
index c915e98dd819a0287a7e357247bd32f6e04cfbb6..704f80aaf3bf8f969ae0f28964a4c79e58a0dfd2 100644
--- a/Tools/GardeningServer/ui/ct-test-list.html
+++ b/Tools/GardeningServer/ui/ct-test-list.html
@@ -23,7 +23,7 @@ found in the LICENSE file.
<script>
Polymer({
flakinessDashboardURL: function(test) {
- return ui.urlForFlakinessDashboard(test.testName, test.step, this.tree);
+ return test.urlForFlakinessDashboard(this.tree);
},
});
</script>

Powered by Google App Engine
This is Rietveld 408576698