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

Unified Diff: LayoutTests/inspector/tracing/timeline-script-id.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
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-receive-response-event.html ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/tracing/timeline-script-id.html
diff --git a/LayoutTests/inspector/tracing/timeline-script-id.html b/LayoutTests/inspector/tracing/timeline-script-id.html
index 8c10d3e7884539026a71510fabe0b9cf5365ef9c..265d3cfc735fe805aadabd76935569f1559df3ba 100644
--- a/LayoutTests/inspector/tracing/timeline-script-id.html
+++ b/LayoutTests/inspector/tracing/timeline-script-id.html
@@ -35,7 +35,7 @@ function test()
if (recordTypes.indexOf(record.type()) === -1)
return;
- var details = WebInspector.TracingTimelineUIUtils.buildDetailsNodeForTraceEvent(record.traceEvent(), linkifier);
+ var details = WebInspector.TimelineUIUtils.buildDetailsNodeForTraceEvent(record.traceEvent(), linkifier);
if (details)
InspectorTest.addResult("details.textContent for " + record.type() + " event: '" + details.textContent + "'");
}
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-receive-response-event.html ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698