Index: LayoutTests/inspector/sources/debugger/breakpoint-manager.html |
diff --git a/LayoutTests/inspector/sources/debugger/breakpoint-manager.html b/LayoutTests/inspector/sources/debugger/breakpoint-manager.html |
index 3c380fcace46f3c87ee3badb3ce24e38fddcf609..7f43ee2324a9c45cfd73765b5cc44b852712468a 100644 |
--- a/LayoutTests/inspector/sources/debugger/breakpoint-manager.html |
+++ b/LayoutTests/inspector/sources/debugger/breakpoint-manager.html |
@@ -95,6 +95,11 @@ function test() |
return mockTarget; |
}, |
+ debuggerEnabled: function() |
+ { |
+ return true; |
+ }, |
+ |
_addScript: function(scriptId, url) |
{ |
this._scripts[scriptId] = new WebInspector.Script(mockTarget, scriptId, url); |