| 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..8580781afa4cee6e5af0991ee8f5fe5dc541bfe6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| @@ -153,7 +153,7 @@ Profiler.HeapSnapshotView = class extends UI.SimpleView {
|
|
|
| this._selectedSizeText = new UI.ToolbarText();
|
|
|
| - this._popoverHelper = new Components.ObjectPopoverHelper(
|
| + this._popoverHelper = new ObjectUI.ObjectPopoverHelper(
|
| this.element, this._getHoverAnchor.bind(this), this._resolveObjectForPopover.bind(this), undefined, true);
|
|
|
| this._currentPerspectiveIndex = 0;
|
|
|