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

Unified Diff: LayoutTests/inspector/timeline/timeline-node-reference.html

Issue 339493005: Move more methods into implementation specific timeline UI utils (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months 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 | « no previous file | LayoutTests/inspector/timeline/timeline-script-id.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/timeline/timeline-node-reference.html
diff --git a/LayoutTests/inspector/timeline/timeline-node-reference.html b/LayoutTests/inspector/timeline/timeline-node-reference.html
index 31c64b5265f6365a7c063904411964c739b439e6..cc7b3e8a2b6a398106f17ad6e430206be29b9c8e 100644
--- a/LayoutTests/inspector/timeline/timeline-node-reference.html
+++ b/LayoutTests/inspector/timeline/timeline-node-reference.html
@@ -29,7 +29,7 @@ function test()
function clickValueLink(record, row)
{
- var helper = WebInspector.TimelineUIUtils.generateDetailsContent(record, record._model, new WebInspector.Linkifier(), onDetailsContentReady);
+ var helper = WebInspector.TimelineUIUtilsImpl.generateDetailsContent(record, record._model, new WebInspector.Linkifier(), onDetailsContentReady);
function onDetailsContentReady(element)
{
« no previous file with comments | « no previous file | LayoutTests/inspector/timeline/timeline-script-id.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698