Index: LayoutTests/inspector/sources/debugger/breakpoint-manager.js |
diff --git a/LayoutTests/inspector/sources/debugger/breakpoint-manager.js b/LayoutTests/inspector/sources/debugger/breakpoint-manager.js |
index 00b28f53234ae5e75046ca1a7b14ef3e17e10381..07eedcf5f1012ff14415e7a4f3b62de002e4df7c 100644 |
--- a/LayoutTests/inspector/sources/debugger/breakpoint-manager.js |
+++ b/LayoutTests/inspector/sources/debugger/breakpoint-manager.js |
@@ -34,7 +34,7 @@ InspectorTest.createMockTarget = function(id) |
{ |
return id; |
}, |
- |
+ resourceTreeModel: new WebInspector.Object(), |
addEventListener: function() { }, |
removeEventListener: function() { }, |
dispose: function() { }, |