| Index: third_party/WebKit/Source/devtools/front_end/ui/Popover.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/Popover.js b/third_party/WebKit/Source/devtools/front_end/ui/Popover.js
|
| index 7953b7a6cab4ad7a61da739cf6053520dcb58c6a..90d78155a3c1a8c6f5cebca907e4cb01454d5763 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Popover.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Popover.js
|
| @@ -165,7 +165,7 @@ UI.Popover = class extends UI.Widget {
|
| // Skinny tooltips are not pretty, their arrow location is not nice.
|
| preferredWidth = Math.max(preferredWidth, 50);
|
| // Position relative to main DevTools element.
|
| - const container = UI.Dialog.modalHostView().element;
|
| + const container = UI.ModalOverlay.rootElement();
|
| const totalWidth = container.offsetWidth;
|
| const totalHeight = container.offsetHeight;
|
|
|
|
|