From 854f47039669bf3e6094251b6a603af1538d7e20 Mon Sep 17 00:00:00 2001 From: Charles Vazac Date: Thu, 1 Nov 2018 20:32:10 -0500 Subject: [PATCH] one char change to force a re-build (i am not proud) --- common/performance-timeline-utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/performance-timeline-utils.js b/common/performance-timeline-utils.js index 34a5bebf85f23f..3efce5b5d8b3cb 100644 --- a/common/performance-timeline-utils.js +++ b/common/performance-timeline-utils.js @@ -45,7 +45,7 @@ function test_entries(actualEntries, expectedEntries) { function delayedLoadListener(callback) { window.addEventListener('load', function() { - // TODO(cvazac) Remove this setTimeout when spec enforces sync entries + // TODO(cvazac) Remove this setTimeout when spec enforces sync entries. step_timeout(callback, 0) }) }