| Index: third_party/WebKit/Source/devtools/front_end/ui/Widget.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/Widget.js b/third_party/WebKit/Source/devtools/front_end/ui/Widget.js
|
| index 9ffce9958784874a8d96ae561aaf6c65347eed09..61739748de5da7fc648e0deef45956ed7a465d6f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Widget.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Widget.js
|
| @@ -372,7 +372,6 @@ UI.Widget = class extends Common.Object {
|
| if (this._parentWidget._defaultFocusedChild === this)
|
| this._parentWidget._defaultFocusedChild = null;
|
| this._parentWidget.childWasDetached(this);
|
| - var parent = this._parentWidget;
|
| this._parentWidget = null;
|
| this._processWasDetachedFromHierarchy();
|
| } else {
|
|
|