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

Unified Diff: tracing/tracing/value/ui/histogram_set_table_row.html

Issue 2526613002: Return short-hand object literals to exportTo. (Closed)
Patch Set: manual fixes Created 4 years, 1 month 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/value/ui/histogram_set_table_row.html
diff --git a/tracing/tracing/value/ui/histogram_set_table_row.html b/tracing/tracing/value/ui/histogram_set_table_row.html
index ce82c8d152a9dfa82b780e71802eef2f31bfc89f..f8aa3af58e333ab2154dd2a8a0d515c99d04d4af 100644
--- a/tracing/tracing/value/ui/histogram_set_table_row.html
+++ b/tracing/tracing/value/ui/histogram_set_table_row.html
@@ -227,7 +227,7 @@ tr.exportTo('tr.v.ui', function() {
}
return {
- HistogramSetTableRow: HistogramSetTableRow,
+ HistogramSetTableRow,
};
});
</script>
« no previous file with comments | « tracing/tracing/value/ui/generic_table_view.html ('k') | tracing/tracing/value/ui/scalar_context_controller.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698