| Index: LayoutTests/http/tests/inspector/filesystem/request-filesystem-root.html
|
| diff --git a/LayoutTests/http/tests/inspector/filesystem/request-filesystem-root.html b/LayoutTests/http/tests/inspector/filesystem/request-filesystem-root.html
|
| index 1278d31422be44936c38935d3ba14fbde6b1778d..f319d615dc0275fe18cd12f73291497372e4e875 100644
|
| --- a/LayoutTests/http/tests/inspector/filesystem/request-filesystem-root.html
|
| +++ b/LayoutTests/http/tests/inspector/filesystem/request-filesystem-root.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()
|
|
|