Index: LayoutTests/http/tests/inspector/filesystem/request-directory-content.html |
diff --git a/LayoutTests/http/tests/inspector/filesystem/request-directory-content.html b/LayoutTests/http/tests/inspector/filesystem/request-directory-content.html |
index 12c18ac4b2bb9f59f47a8b8b3c8810b2b26ecc0e..f2986eaad2885d777200cec8e58307b7820d6438 100644 |
--- a/LayoutTests/http/tests/inspector/filesystem/request-directory-content.html |
+++ b/LayoutTests/http/tests/inspector/filesystem/request-directory-content.html |
@@ -8,7 +8,7 @@ |
document.addEventListener("DOMContentLoaded", runTest); |
function test() |
{ |
- var fileSystemModel = new WebInspector.FileSystemModel(WebInspector.targetManager.activeTarget()); |
+ var fileSystemModel = new WebInspector.FileSystemModel(WebInspector.targetManager.mainTarget()); |
var testStep = [ |
function() |