| Index: third_party/WebKit/Source/devtools/front_end/ui/InplaceEditor.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/InplaceEditor.js b/third_party/WebKit/Source/devtools/front_end/ui/InplaceEditor.js
|
| index 843d0f1f28505052d4c755c726160ee87d7d7511..836998c63ec968f17b90cde4252d3005281a4dc9 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/InplaceEditor.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/InplaceEditor.js
|
| @@ -100,13 +100,6 @@ UI.InplaceEditor = class {
|
| var moveDirection = '';
|
| var self = this;
|
|
|
| - /**
|
| - * @param {!Event} e
|
| - */
|
| - function consumeCopy(e) {
|
| - e.consume();
|
| - }
|
| -
|
| this.setUpEditor(editingContext);
|
|
|
| editingContext.oldText = isMultiline ? config.initialValue : this.editorContent(editingContext);
|
|
|