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

Unified Diff: tracing/tracing/metrics/system_health/utils.html

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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/metrics/system_health/utils.html
diff --git a/tracing/tracing/metrics/system_health/utils.html b/tracing/tracing/metrics/system_health/utils.html
index 9e0d09bd32f7cc4ff2871fe4d4f5d93c58d475ca..64c8b8b4f49082942c7d98c3e2f9924f1f9116d2 100644
--- a/tracing/tracing/metrics/system_health/utils.html
+++ b/tracing/tracing/metrics/system_health/utils.html
@@ -29,7 +29,7 @@ tr.exportTo('tr.metrics.sh', function() {
return;
if (!opt_range ||
- opt_range.intersectsExplicitRangeExclusive(ir.start, ir.end))
+ opt_range.intersectsExplicitRangeInclusive(ir.start, ir.end))
filteredExpectations.push(ir);
});
return filteredExpectations;

Powered by Google App Engine
This is Rietveld 408576698