summaryrefslogtreecommitdiff
path: root/Source/WebCore/inspector/front-end/JavaScriptSourceFrame.js
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/JavaScriptSourceFrame.js')
-rw-r--r--Source/WebCore/inspector/front-end/JavaScriptSourceFrame.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/inspector/front-end/JavaScriptSourceFrame.js b/Source/WebCore/inspector/front-end/JavaScriptSourceFrame.js
index ade0491fa..54fa1a096 100644
--- a/Source/WebCore/inspector/front-end/JavaScriptSourceFrame.js
+++ b/Source/WebCore/inspector/front-end/JavaScriptSourceFrame.js
@@ -154,9 +154,9 @@ WebInspector.JavaScriptSourceFrame.prototype = {
this._restoreBreakpointsAfterEditing();
},
- beforeTextChanged: function(userInput)
+ beforeTextChanged: function()
{
- WebInspector.SourceFrame.prototype.beforeTextChanged.call(this, userInput);
+ WebInspector.SourceFrame.prototype.beforeTextChanged.call(this);
this._removeBreakpointsBeforeEditing();
},