| Index: Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| diff --git a/Source/devtools/front_end/profiler/HeapSnapshotView.js b/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| index a2b97119cbf09b5ea29cfb88711040b3322f36ac..294369771400318c56da4e777589987dd1c058bc 100644
|
| --- a/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| +++ b/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| @@ -1746,11 +1746,10 @@ WebInspector.SaveSnapshotOutputStreamDelegate.prototype = {
|
| WebInspector.HeapTrackingOverviewGrid = function(heapProfileHeader)
|
| {
|
| WebInspector.VBox.call(this);
|
| - this.registerRequiredCSS("flameChart.css");
|
| this.element.id = "heap-recording-view";
|
| this.element.classList.add("heap-tracking-overview");
|
|
|
| - this._overviewContainer = this.element.createChild("div", "overview-container");
|
| + this._overviewContainer = this.element.createChild("div", "heap-overview-container");
|
| this._overviewGrid = new WebInspector.OverviewGrid("heap-recording");
|
| this._overviewGrid.element.classList.add("fill");
|
|
|
|
|