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

Unified Diff: LayoutTests/inspector-enabled/sources/debugger/linkifier.html

Issue 404953004: DevTools: Refactor linkifyRawLocation to use fallback url (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address aandrey's comments #2 Created 6 years, 5 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/console/console-error-on-call-frame-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector-enabled/sources/debugger/linkifier.html
diff --git a/LayoutTests/inspector-enabled/sources/debugger/linkifier.html b/LayoutTests/inspector-enabled/sources/debugger/linkifier.html
index c2789209435e5aaecc4c1546b6dcd4853f3100a0..d324629a465a24a11d249de3af9eb2e4fe95ab88 100644
--- a/LayoutTests/inspector-enabled/sources/debugger/linkifier.html
+++ b/LayoutTests/inspector-enabled/sources/debugger/linkifier.html
@@ -56,7 +56,7 @@ function test()
linkifier = new WebInspector.Linkifier();
var count1 = liveLocationsCount();
- link = linkifier.linkifyLocation(WebInspector.targetManager.mainTarget(), WebInspector.resourceTreeModel.inspectedPageURL(), 8, 0, "dummy-class");
+ link = linkifier.linkifyScriptLocation(WebInspector.targetManager.mainTarget(), null, WebInspector.resourceTreeModel.inspectedPageURL(), 8, 0, "dummy-class");
var count2 = liveLocationsCount();
InspectorTest.addResult("listeners added on raw source code: " + (count2 - count1));
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-error-on-call-frame-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698