Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js b/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js |
| index a90eb4f5f46dbc182b27565e8274c614f94fec1f..776e8305928c388d0ba9ef86d2eb1e921dc16f0f 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js |
| @@ -49,8 +49,6 @@ WebInspector.SourceFrame = function(url, lazyContent) |
| this._currentSearchResultIndex = -1; |
| this._searchResults = []; |
| - this._textEditor.setReadOnly(!this.canEditSource()); |
|
dgozman
2016/09/22 19:55:53
Leave it.
lushnikov
2016/09/23 21:56:13
Done.
|
| - |
| this._shortcuts = {}; |
| this.element.addEventListener("keydown", this._handleKeyDown.bind(this), false); |