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

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

Issue 185323002: DevTools: prepare to move UI builders from timeline presentation record to timeline ui utils. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
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 0efc2a1f697c482a185f538c4439e94cf248941e..a0c8146c30abe45999f127dde10f12975034f138 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 = record.generatePopupContent(new WebInspector.Linkifier(), onDetailsContentReady);
+ var helper = record.generatePopupContent(record, new WebInspector.Linkifier(), onDetailsContentReady);
function onDetailsContentReady(element)
{
« no previous file with comments | « no previous file | Source/devtools/front_end/TimelinePanel.js » ('j') | Source/devtools/front_end/TimelinePresentationModel.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698