Index: LayoutTests/inspector/tracing/timeline-receive-response-event.html |
diff --git a/LayoutTests/inspector/tracing/timeline-receive-response-event.html b/LayoutTests/inspector/tracing/timeline-receive-response-event.html |
index baf5313c92ac4cf9b7dbb99be6699906b741abf8..6eceab6b02bb0b81fc08cb2a9e7f78693b9a5359 100644 |
--- a/LayoutTests/inspector/tracing/timeline-receive-response-event.html |
+++ b/LayoutTests/inspector/tracing/timeline-receive-response-event.html |
@@ -30,7 +30,7 @@ function test() |
var record = presentationRecord.record(); |
prefix = prefix || ""; |
// Here and below: pretend coalesced record are just not there, as coalescation is time dependent and, hence, not stable. |
- var categoryName = WebInspector.panels.timeline._uiUtils.categoryForRecord(record).name; |
+ var categoryName = WebInspector.TimelineUIUtils.categoryForRecord(record).name; |
if (categoryName !== "loading" && categoryName !== "scripting") |
return; |
var childPrefix = prefix; |