| Index: third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| index a5aa0fb53a19249c6a7413fe65f978a0899ce9b5..603e2038e330ce804eba7fd160a09c3243f41fb5 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| @@ -217,6 +217,9 @@ WebInspector.JavaScriptSourceFrame.prototype = {
|
| WebInspector.UISourceCodeFrame.prototype.onUISourceCodeContentChanged.call(this);
|
| },
|
|
|
| + /**
|
| + * @override
|
| + */
|
| onTextChanged: function(oldRange, newRange)
|
| {
|
| this._scriptsPanel.updateLastModificationTime();
|
|
|