Index: Tools/GardeningServer/ui/ct-commit.html |
diff --git a/Tools/GardeningServer/ui/ct-commit.html b/Tools/GardeningServer/ui/ct-commit.html |
index c7ead43614773c5c0c1d90995dab1f9ce08f692f..5a4dc014f376b0ad8fb2c21ba7c936f339d0bbb8 100644 |
--- a/Tools/GardeningServer/ui/ct-commit.html |
+++ b/Tools/GardeningServer/ui/ct-commit.html |
@@ -37,6 +37,7 @@ found in the LICENSE file. |
<script> |
Polymer({ |
changesetURL: function(revision) { |
+ // FIXME: This is the last caller of trac.*. Find a better home for this. |
return trac.changesetURL(revision); |
abarth-chromium
2014/07/21 06:36:27
CTCommit could know it's URL.
ojan
2014/07/21 19:58:04
Yup. I fix this in https://codereview.chromium.org
|
}, |
}); |