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

Unified Diff: LayoutTests/inspector/tracing/timeline-receive-response-event.html

Issue 713913002: DevTools: merge TracingTimelineUIUtils into TimelineUIUtils (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Deleted instance refs Created 6 years, 1 month 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: 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;
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-node-reference.html ('k') | LayoutTests/inspector/tracing/timeline-script-id.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698