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

Unified Diff: tracing/tracing/base/task.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/base/task.html
diff --git a/tracing/tracing/base/task.html b/tracing/tracing/base/task.html
index a077cf597e581472b79d4c8b759806c13c469de1..93cb96dc690bb9e554a0325261e51cdb52bd31ab 100644
--- a/tracing/tracing/base/task.html
+++ b/tracing/tracing/base/task.html
@@ -180,7 +180,7 @@ tr.exportTo('tr.b', function() {
};
return {
- Task: Task
+ Task,
};
});
</script>

Powered by Google App Engine
This is Rietveld 408576698