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

Unified Diff: tracing/tracing/value/generic_table.html

Issue 2526613002: Return short-hand object literals to exportTo. (Closed)
Patch Set: . 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/generic_table.html
diff --git a/tracing/tracing/value/generic_table.html b/tracing/tracing/value/generic_table.html
index 8827ca4da52046c68cfb8c8fd287abc3f8a16f43..c508c626fd052119abb33f2b7a6b53c72b838544 100644
--- a/tracing/tracing/value/generic_table.html
+++ b/tracing/tracing/value/generic_table.html
@@ -23,7 +23,7 @@ tr.exportTo('tr.v', function() {
};
return {
- GenericTable: GenericTable
+ GenericTable,
};
});
</script>

Powered by Google App Engine
This is Rietveld 408576698