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

Unified Diff: tracing/tracing/base/range.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
« no previous file with comments | « tracing/tracing/base/raf.html ('k') | tracing/tracing/base/range_utils.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/range.html
diff --git a/tracing/tracing/base/range.html b/tracing/tracing/base/range.html
index f7cec9bace8ac0fb0918146aee9e0cd318545889..2391033c9e8b9de8cbf43c1fc414a83565e0ed37 100644
--- a/tracing/tracing/base/range.html
+++ b/tracing/tracing/base/range.html
@@ -275,7 +275,7 @@ tr.exportTo('tr.b', function() {
Object.freeze(Range.PERCENT_RANGE);
return {
- Range: Range
+ Range,
};
});
</script>
« no previous file with comments | « tracing/tracing/base/raf.html ('k') | tracing/tracing/base/range_utils.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698