Index: Source/devtools/front_end/JavaScriptSourceFrame.js |
diff --git a/Source/devtools/front_end/JavaScriptSourceFrame.js b/Source/devtools/front_end/JavaScriptSourceFrame.js |
index 600298148210bc797099c918008d3c5e8ff952e0..27dbe2a9d485e5ca018a0f9da891dcd5ddb7f166 100644 |
--- a/Source/devtools/front_end/JavaScriptSourceFrame.js |
+++ b/Source/devtools/front_end/JavaScriptSourceFrame.js |
@@ -625,6 +625,11 @@ WebInspector.JavaScriptSourceFrame.prototype = { |
} |
}, |
+ beforeFormattedChange: function() |
+ { |
+ this.clearExecutionLine(); |
+ }, |
+ |
onTextEditorContentLoaded: function() |
{ |
if (typeof this._executionLineNumber === "number") |