Index: Source/devtools/front_end/sources/JavaScriptSourceFrame.js |
diff --git a/Source/devtools/front_end/sources/JavaScriptSourceFrame.js b/Source/devtools/front_end/sources/JavaScriptSourceFrame.js |
index d46155b6912c17d1e23ab2721220addd09d9012c..f2331b8913c89994b9ae2f855f63f3babf659da0 100644 |
--- a/Source/devtools/front_end/sources/JavaScriptSourceFrame.js |
+++ b/Source/devtools/front_end/sources/JavaScriptSourceFrame.js |
@@ -825,7 +825,7 @@ WebInspector.JavaScriptSourceFrame.prototype = { |
if (!executionContext) |
return; |
var rawLocation = /** @type {!WebInspector.DebuggerModel.Location} */ (this._uiSourceCode.uiLocationToRawLocation(executionContext.target(), lineNumber, 0)); |
- rawLocation.continueToLocation(); |
+ this._scriptsPanel.continueToLocation(rawLocation); |
}, |
dispose: function() |