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

Unified Diff: LayoutTests/inspector/tracing/timeline-node-reference.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-node-reference.html
diff --git a/LayoutTests/inspector/tracing/timeline-node-reference.html b/LayoutTests/inspector/tracing/timeline-node-reference.html
index ecb918113eca64ab495c5ca15e47220fab7e75ad..502dd5683623ea5ccbe8906742a6fec6b2c34d6c 100644
--- a/LayoutTests/inspector/tracing/timeline-node-reference.html
+++ b/LayoutTests/inspector/tracing/timeline-node-reference.html
@@ -28,7 +28,7 @@ function test()
function clickValueLink(record, row)
{
var panel = WebInspector.panels.timeline;
- var helper = panel._uiUtils.generateDetailsContent(record, panel._model, new WebInspector.Linkifier(), onDetailsContentReady);
+ WebInspector.TimelineUIUtils.buildTraceEventDetails(record.traceEvent(), panel._model, new WebInspector.Linkifier(), onDetailsContentReady);
function onDetailsContentReady(element)
{

Powered by Google App Engine
This is Rietveld 408576698