Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: LayoutTests/inspector/sources/debugger/multi-target-breakpoint-manager.html

Issue 464963002: DevTools: Make UISourceCode Target-agnostic (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698