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

Unified Diff: tracing/tracing/ui/extras/side_panel/frame_data_side_panel_test.html

Issue 2771723003: [tracing] Move math utilities from base into their own subdirectory (attempt 2) (Closed)
Patch Set: rebase Created 3 years, 9 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/extras/side_panel/frame_data_side_panel_test.html
diff --git a/tracing/tracing/ui/extras/side_panel/frame_data_side_panel_test.html b/tracing/tracing/ui/extras/side_panel/frame_data_side_panel_test.html
index 5d5301dea37f16de2f7eab2a2c921f7905ec78f1..7dc3b52781e1f0366746d28c56cf69063c6ff5e5 100644
--- a/tracing/tracing/ui/extras/side_panel/frame_data_side_panel_test.html
+++ b/tracing/tracing/ui/extras/side_panel/frame_data_side_panel_test.html
@@ -129,7 +129,7 @@ tr.b.unittest.testSuite(function() {
new tr.model.EventSet([topLevel, slice1, slice2])));
// The new range of interest contains only slice2.
- panel.rangeOfInterest = tr.b.Range.fromExplicitRange(slice2.start,
+ panel.rangeOfInterest = tr.b.math.Range.fromExplicitRange(slice2.start,
slice2.end);
assert.isTrue(panel.$.table.tableRows[0].eventsOfInterest.equals(
new tr.model.EventSet([topLevel, slice2])));

Powered by Google App Engine
This is Rietveld 408576698