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 db4a988bd938f0f87d797f2d4464f18d214245db..fa2782cef9616dd4e1ad0bc4304f6c1fbed2e7ac 100644 |
--- a/LayoutTests/inspector/sources/debugger/breakpoint-manager.js |
+++ b/LayoutTests/inspector/sources/debugger/breakpoint-manager.js |
@@ -146,7 +146,7 @@ InspectorTest.DebuggerModelMock.prototype = { |
InspectorTest.addResult(" " + InspectorTest.dumpTarget(this) + "debuggerModel.removeBreakpoint(" + breakpointId + ")"); |
delete this._breakpoints[breakpointId]; |
if (callback) |
- callback(); |
+ setTimeout(callback, 0); |
}, |
setBreakpointsActive: function() { }, |