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

Unified Diff: tracing/tracing/base/sorted_array_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/sinebow_color_generator.html ('k') | tracing/tracing/base/statistics.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/sorted_array_utils.html
diff --git a/tracing/tracing/base/sorted_array_utils.html b/tracing/tracing/base/sorted_array_utils.html
index 00d6518b675395f4892e1c5f78a0df7e92621ded..c17e7aed0d8a50d68f68ead94dcd405af29d73db 100644
--- a/tracing/tracing/base/sorted_array_utils.html
+++ b/tracing/tracing/base/sorted_array_utils.html
@@ -322,14 +322,14 @@ tr.exportTo('tr.b', function() {
}
return {
- findLowIndexInSortedArray: findLowIndexInSortedArray,
- findHighIndexInSortedArray: findHighIndexInSortedArray,
- findIndexInSortedIntervals: findIndexInSortedIntervals,
- findIndexInSortedClosedIntervals: findIndexInSortedClosedIntervals,
- iterateOverIntersectingIntervals: iterateOverIntersectingIntervals,
- getIntersectingIntervals: getIntersectingIntervals,
- findClosestElementInSortedArray: findClosestElementInSortedArray,
- findClosestIntervalInSortedIntervals: findClosestIntervalInSortedIntervals
+ findLowIndexInSortedArray,
+ findHighIndexInSortedArray,
+ findIndexInSortedIntervals,
+ findIndexInSortedClosedIntervals,
+ iterateOverIntersectingIntervals,
+ getIntersectingIntervals,
+ findClosestElementInSortedArray,
+ findClosestIntervalInSortedIntervals,
};
});
</script>
« no previous file with comments | « tracing/tracing/base/sinebow_color_generator.html ('k') | tracing/tracing/base/statistics.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698