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

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

Issue 184823002: DevTools: do not cache details node, remove linkifier from presentation record. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review comments addressed. 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
« no previous file with comments | « no previous file | Source/devtools/front_end/TimelinePanel.js » ('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 0291fa1a8e193fd38377891584625fcf6b481777..b63f6e2e361fff41c20b8fabd16f966a30b134a6 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(onDetailsContentReady);
+ var helper = record.generatePopupContent(new WebInspector.Linkifier(), onDetailsContentReady);
function onDetailsContentReady(element)
{
« no previous file with comments | « no previous file | Source/devtools/front_end/TimelinePanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698