| Index: third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js b/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js
|
| index e79c8021c8b819ae7a530f2f3df8aedcdbe00323..95e0f12360e7d8aaa22e88537e437268fa2b87f4 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js
|
| @@ -200,8 +200,6 @@ WebInspector.ElementsTreeOutline.prototype = {
|
| setVisibleWidth: function(width)
|
| {
|
| this._visibleWidth = width;
|
| - if (this._multilineEditing)
|
| - this._multilineEditing.setWidth(this._visibleWidth);
|
| },
|
|
|
| /**
|
|
|