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

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

Issue 396993003: DevTools: get rid of WebInspector.cssModel, use target models instead (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
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 ab6811ece23026638db0ea1d7d7631566eb58dd8..c2789209435e5aaecc4c1546b6dcd4853f3100a0 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.activeTarget(), WebInspector.resourceTreeModel.inspectedPageURL(), 8, 0, "dummy-class");
+ link = linkifier.linkifyLocation(WebInspector.targetManager.mainTarget(), 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 | « LayoutTests/http/tests/inspector/stylesheet-source-mapping.html ('k') | LayoutTests/inspector/console/command-line-api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698