| Index: LayoutTests/http/tests/inspector/network/request-name-path.html
|
| diff --git a/LayoutTests/http/tests/inspector/network/request-name-path.html b/LayoutTests/http/tests/inspector/network/request-name-path.html
|
| index 8ac0dd1ecbd0bea1529645d161f11a639f7bf63c..51ec8b359732b874ff96feee79178fc395faacf0 100644
|
| --- a/LayoutTests/http/tests/inspector/network/request-name-path.html
|
| +++ b/LayoutTests/http/tests/inspector/network/request-name-path.html
|
| @@ -7,7 +7,7 @@ function test()
|
| function createNetworkRequestForURLAndDumpNameAndPath(url)
|
| {
|
| InspectorTest.addResult("Dumping request name and path for url: " + url);
|
| - var request = new WebInspector.NetworkRequest(WebInspector.targetManager.activeTarget(), 0, url);
|
| + var request = new WebInspector.NetworkRequest(WebInspector.targetManager.mainTarget(), 0, url);
|
| InspectorTest.addResult(" name = " + request.name());
|
| InspectorTest.addResult(" path = " + request.path());
|
| }
|
|
|