| Index: Source/devtools/front_end/profiler/ProfilesPanel.js
|
| diff --git a/Source/devtools/front_end/profiler/ProfilesPanel.js b/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| index 00e237c74ba3da3b00b2ac65d978a24e4b88a1f2..123b2e7778e5169aeb0c51aa0dee3071b76df759 100644
|
| --- a/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| +++ b/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| @@ -1021,8 +1021,6 @@ WebInspector.ProfilesPanel.prototype = {
|
| this.showObject(result, viewName);
|
| }
|
|
|
| - if (WebInspector.settings.showAdvancedHeapSnapshotProperties.get())
|
| - contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Reveal in Dominators view" : "Reveal in Dominators View"), revealInView.bind(this, "Dominators"));
|
| contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Reveal in Summary view" : "Reveal in Summary View"), revealInView.bind(this, "Summary"));
|
| },
|
|
|
|
|