Index: third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js |
index 9356502e5f66b52a42aee4542d796d45dd5e70a9..297f2bf9ba21f9570ffe325b9b3f8801847099d0 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js |
@@ -260,8 +260,6 @@ Profiler.HeapSnapshotView = class extends UI.SimpleView { |
willHide() { |
this._currentSearchResultIndex = -1; |
this._popoverHelper.hidePopover(); |
- if (this.helpPopover && this.helpPopover.isShowing()) |
- this.helpPopover.hide(); |
} |
/** |