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

Unified Diff: tracing/tracing/ui/analysis/memory_dump_overview_pane.html

Issue 2995843002: Merge iteration_helpers into utils.html. (Closed)
Patch Set: rebase Created 3 years, 4 months 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/ui/analysis/memory_dump_overview_pane.html
diff --git a/tracing/tracing/ui/analysis/memory_dump_overview_pane.html b/tracing/tracing/ui/analysis/memory_dump_overview_pane.html
index 64b5144845b728acc3968b3de8f012010f40b79f..16e0a7eb4248ec7c4d772fcb28804a688cf63f3b 100644
--- a/tracing/tracing/ui/analysis/memory_dump_overview_pane.html
+++ b/tracing/tracing/ui/analysis/memory_dump_overview_pane.html
@@ -6,10 +6,10 @@ found in the LICENSE file.
-->
<link rel="import" href="/tracing/base/fixed_color_scheme.html">
-<link rel="import" href="/tracing/base/iteration_helpers.html">
<link rel="import" href="/tracing/base/scalar.html">
<link rel="import" href="/tracing/base/unit.html">
<link rel="import" href="/tracing/base/unit_scale.html">
+<link rel="import" href="/tracing/base/utils.html">
<link rel="import" href="/tracing/model/memory_allocator_dump.html">
<link rel="import" href="/tracing/ui/analysis/memory_dump_allocator_details_pane.html">
<link rel="import" href="/tracing/ui/analysis/memory_dump_sub_view_util.html">
@@ -99,7 +99,6 @@ tr.exportTo('tr.ui.analysis', function() {
const UNMARRIED_PARTNERSHIP_SYMBOL = String.fromCharCode(0x26AF);
const TRIGRAM_FOR_HEAVEN = String.fromCharCode(0x2630);
- // TODO(petrcermak): Move this to iteration_helpers.html.
function lazyMap(list, fn, opt_this) {
opt_this = opt_this || this;
let result = undefined;

Powered by Google App Engine
This is Rietveld 408576698