Index: LayoutTests/inspector/sources/debugger/multi-target-breakpoint-manager.html |
diff --git a/LayoutTests/inspector/sources/debugger/multi-target-breakpoint-manager.html b/LayoutTests/inspector/sources/debugger/multi-target-breakpoint-manager.html |
index 25eac9a8ac896549a67df44baf4540eda5ff51fb..b377979cd732cd5f1a7d2754d46b5039e7e86f59 100644 |
--- a/LayoutTests/inspector/sources/debugger/multi-target-breakpoint-manager.html |
+++ b/LayoutTests/inspector/sources/debugger/multi-target-breakpoint-manager.html |
@@ -38,7 +38,7 @@ function test() |
target2 = InspectorTest.createMockTarget(2); |
InspectorTest.testTargetManager.addTarget(target2); |
target2.debuggerModel._addScript("a.js", "a.js"); |
- uiSourceCode.setSourceMappingForTarget(target2, target2.defaultMapping); |
+ breakpointManager._debuggerWorkspaceBinding.setSourceMapping(target2, uiSourceCode, target2.defaultMapping); |
window.setBreakpointCallback = step2; |
} |