| 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));
|
|
|