| 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 c17ef693ca9fd348085efafcf871bd880e1ae049..f6431a003ce2e3072faf2536482e26fac98d67d0 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Popover.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Popover.js
|
| @@ -83,7 +83,7 @@ WebInspector.Popover.prototype = {
|
| */
|
| _innerShow: function(view, contentElement, anchor, preferredWidth, preferredHeight, arrowDirection)
|
| {
|
| - if (this._disposed)
|
| + if (this._disposed || WebInspector.Popover._popover === this)
|
| return;
|
| this._contentElement = contentElement;
|
|
|
|
|