Commit 30e84771 authored by alph@chromium.org's avatar alph@chromium.org

DevTools: Rename "Costly Entrypoints" -> "Call Tree"

BUG=463547
TBR=pfeldman,paulirish
NOTRY=true

Review URL: https://codereview.chromium.org/1291983004

git-svn-id: svn://svn.chromium.org/blink/trunk@200913 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 38d3363a
......@@ -75,7 +75,7 @@ WebInspector.TimelineTreeView.prototype = {
this._modeCombobox = new WebInspector.ToolbarComboBox(this._onTreeModeChanged.bind(this));
this._modeCombobox.addOption(this._modeCombobox.createOption(WebInspector.UIString("Costly Functions"), "", WebInspector.TimelineTreeView.Mode.BottomUp));
this._modeCombobox.addOption(this._modeCombobox.createOption(WebInspector.UIString("Costly Entrypoints"), "", WebInspector.TimelineTreeView.Mode.TopDown));
this._modeCombobox.addOption(this._modeCombobox.createOption(WebInspector.UIString("Call Tree"), "", WebInspector.TimelineTreeView.Mode.TopDown));
panelToolbar.appendToolbarItem(this._modeCombobox);
this._groupByCombobox = new WebInspector.ToolbarComboBox(this._onGroupByChanged.bind(this));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment