| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-usertiming.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-usertiming.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-usertiming.html
|
| index 8339ecc398c37921696cae5f8b77040cf49312b2..500ec12fa9e3c04a06f7dd66a4e1362c85526358 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-usertiming.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-usertiming.html
|
| @@ -91,7 +91,7 @@ function test()
|
|
|
| asyncEvents.forEach(function(eventGroup) {
|
| eventGroup.forEach(function(event) {
|
| - if (event.hasCategory(WebInspector.TimelineModel.Category.UserTiming))
|
| + if (event.hasCategory(TimelineModel.TimelineModel.Category.UserTiming))
|
| InspectorTest.addResult(event.name);
|
| });
|
| })
|
|
|