Index: LayoutTests/inspector/sources/debugger/file-system-project-mapping.html |
diff --git a/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html b/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html |
index 26405a6486fee5fc36c5ea77e3d6f84541974666..49cb2788f3b4144039df5ab43b70850cf8d131fc 100644 |
--- a/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html |
+++ b/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html |
@@ -17,6 +17,7 @@ function test() |
MockTarget.prototype = { |
_loadedWithCapabilities: function(callback) |
{ |
+ this.resourceTreeModel = new WebInspector.Object(); |
this.debuggerModel = new WebInspector.DebuggerModel(this); |
this.runtimeModel = WebInspector.targetManager.mainTarget().runtimeModel; |
this.consoleModel = WebInspector.targetManager.mainTarget().consoleModel; |