| 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);
|
| }
|
| }
|
|
|
|
|