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

Unified Diff: LayoutTests/inspector/jump-to-previous-editing-location.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
« no previous file with comments | « LayoutTests/inspector/curl-command.html ('k') | LayoutTests/inspector/layers/tracing-layer-tree.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/jump-to-previous-editing-location.html
diff --git a/LayoutTests/inspector/jump-to-previous-editing-location.html b/LayoutTests/inspector/jump-to-previous-editing-location.html
index 2fbd279c225f72c92d7d5154826816c664770ee1..b27e0e3f06506a3bbf93d6d2859a7bb0af66d52b 100644
--- a/LayoutTests/inspector/jump-to-previous-editing-location.html
+++ b/LayoutTests/inspector/jump-to-previous-editing-location.html
@@ -223,7 +223,7 @@ function test()
var linkifier = new WebInspector.Linkifier();
WebInspector.inspectorView.showPanel("timeline");
var anchorURI = uiSourceCode.url;
- var anchor = linkifier.linkifyLocation(WebInspector.targetManager.activeTarget(), anchorURI, 10, 1);
+ var anchor = linkifier.linkifyLocation(WebInspector.targetManager.mainTarget(), anchorURI, 10, 1);
WebInspector.Revealer.reveal(anchor.__uiLocation);
InspectorTest.addResult("Selection: " + panel.visibleView.textEditor.selection().toString());
dumpSelection(panel.visibleView.textEditor, "Showed anchor in " + anchorURI.split("/").pop() + " with line 333 column 3");
« no previous file with comments | « LayoutTests/inspector/curl-command.html ('k') | LayoutTests/inspector/layers/tracing-layer-tree.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698