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

Unified Diff: tracing/tracing/base/range_utils.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/range.html ('k') | tracing/tracing/base/rect.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/range_utils.html
diff --git a/tracing/tracing/base/range_utils.html b/tracing/tracing/base/range_utils.html
index 73dc67ae2d5a6c54568b4b1859b5b5dbbae088c7..06127c057530fa972f17e01957c3fb1cd74175bd 100644
--- a/tracing/tracing/base/range_utils.html
+++ b/tracing/tracing/base/range_utils.html
@@ -132,9 +132,9 @@ tr.exportTo('tr.b', function() {
}
return {
- convertEventsToRanges: convertEventsToRanges,
- findEmptyRangesBetweenRanges: findEmptyRangesBetweenRanges,
- mergeRanges: mergeRanges
+ convertEventsToRanges,
+ findEmptyRangesBetweenRanges,
+ mergeRanges,
};
});
</script>
« no previous file with comments | « tracing/tracing/base/range.html ('k') | tracing/tracing/base/rect.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698