| 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 8580781afa4cee6e5af0991ee8f5fe5dc541bfe6..33bd6dd00132d57ec356dd476b28f052f0a324b2 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();
|
| }
|
|
|
| /**
|
|
|