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

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js

Issue 2512353002: [DevTools] Refactor Linkifier to unify link processing. (Closed)
Patch Set: rebased Created 4 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 | « third_party/WebKit/Source/devtools/front_end/sources/FileBasedSearchResultsPane.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
index 8f21e5f517cba86c9221b09c7f297ec555ffc71e..8fb0910e472eef0681a930308444835e3a684097 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
@@ -1530,7 +1530,7 @@ Timeline.TimelineUIUtils = class {
if (frame.layerTree) {
contentHelper.appendElementRow(
Common.UIString('Layer tree'),
- Components.Linkifier.linkifyUsingRevealer(frame.layerTree, Common.UIString('show')));
+ Components.Linkifier.linkifyRevealable(frame.layerTree, Common.UIString('show')));
}
/**
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/FileBasedSearchResultsPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698