| Index: third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorUtils.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorUtils.js b/third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorUtils.js
|
| index 1098c1ed1d6467567618729d98fe51d9a61b2b4d..0a252b7182ae054ac485b660a23b8c760ef9e90c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorUtils.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorUtils.js
|
| @@ -132,6 +132,7 @@ WebInspector.CodeMirrorUtils.prototype = {
|
| var codeMirror = new window.CodeMirror(element, {
|
| mode: config.mode,
|
| lineWrapping: config.lineWrapping,
|
| + lineWiseCopyCut: false,
|
| smartIndent: config.smartIndent,
|
| autofocus: true,
|
| theme: config.theme,
|
|
|