| 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 adc793d4f02e12b9679c73c0585e5405dfa534c7..12bd58cb3cfc9189f85bf1b1a76257f415661b17 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js
|
| @@ -588,7 +588,6 @@ Elements.ElementsTreeOutline = class extends UI.TreeOutline {
|
| function showPopover(contents) {
|
| if (!contents)
|
| return;
|
| - popover.setCanShrink(false);
|
| popover.showForAnchor(contents, link);
|
| }
|
| }
|
|
|