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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/category-filter.html

Issue 2673733003: DevTools: Speed up timeline aggregated tree building. (Closed)
Patch Set: 4 landing Created 3 years, 10 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: third_party/WebKit/LayoutTests/inspector/tracing/category-filter.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/category-filter.html b/third_party/WebKit/LayoutTests/inspector/tracing/category-filter.html
index 382c07dc7fd874148cc43a41686257368dae7749..689e6e6e6caea36d7fcd626c6239c13cd81c3e5c 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/category-filter.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/category-filter.html
@@ -58,7 +58,7 @@ function test()
function dumpVisibleRecords()
{
- InspectorTest.walkTimelineEventTreeUnderNode(event => InspectorTest.addResult(event.name), view._currentTree)
+ InspectorTest.walkTimelineEventTreeUnderNode(event => InspectorTest.addResult(event.name), view._currentTree);
}
}

Powered by Google App Engine
This is Rietveld 408576698