| Index: Source/devtools/front_end/HeapSnapshotView.js
|
| diff --git a/Source/devtools/front_end/HeapSnapshotView.js b/Source/devtools/front_end/HeapSnapshotView.js
|
| index fe8b556d17a0f8389eadc70f704fbfd2900745b6..5cad97e7882c8a71834d63b2f383b91837d3a336 100644
|
| --- a/Source/devtools/front_end/HeapSnapshotView.js
|
| +++ b/Source/devtools/front_end/HeapSnapshotView.js
|
| @@ -926,7 +926,7 @@ WebInspector.HeapSnapshotProfileType.prototype = {
|
| this._profileSamples = null;
|
| this._profileBeingRecorded = null;
|
|
|
| - WebInspector.panels.profiles._showProfile(profile);
|
| + WebInspector.panels.profiles.showProfile(profile);
|
| profile.existingView()._refreshView();
|
| },
|
|
|
|
|