Index: Source/WebCore/inspector/front-end/BreakpointManager.js |
=================================================================== |
--- Source/WebCore/inspector/front-end/BreakpointManager.js (revision 98246) |
+++ Source/WebCore/inspector/front-end/BreakpointManager.js (working copy) |
@@ -127,7 +127,7 @@ |
return; |
breakpoint._materialized = true; |
- var rawLocation = sourceMapping.uiLocationToRawLocation(uiSourceCode, breakpoint.lineNumber); |
+ var rawLocation = sourceMapping.uiLocationToRawLocation(uiSourceCode, breakpoint.lineNumber, 0); |
this._setBreakpointInDebugger(breakpoint, rawLocation); |
}, |