| 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 7b56257427ddb19ee58e08ced1957e2caeb490b8..35ab5da14f993fc04f4e47e6ead8114ba0c444fc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| @@ -149,7 +149,7 @@ WebInspector.HeapSnapshotView = function(dataDisplayDelegate, profile)
|
| this._constructorsDataGrid.setNameFilter(this._classNameFilter);
|
| this._diffDataGrid.setNameFilter(this._classNameFilter);
|
|
|
| - this._selectedSizeText = new WebInspector.ToolbarLabel();
|
| + this._selectedSizeText = new WebInspector.ToolbarText();
|
|
|
| this._popoverHelper = new WebInspector.ObjectPopoverHelper(this.element, this._getHoverAnchor.bind(this), this._resolveObjectForPopover.bind(this), undefined, true);
|
|
|
|
|