| Index: Source/devtools/front_end/profiler/CPUProfileView.js
|
| diff --git a/Source/devtools/front_end/profiler/CPUProfileView.js b/Source/devtools/front_end/profiler/CPUProfileView.js
|
| index a4142b78b2140e019ff0068e7573ba362fbcada4..38eb785ef2fd1b9441d25fa41de22b6ab4929512 100644
|
| --- a/Source/devtools/front_end/profiler/CPUProfileView.js
|
| +++ b/Source/devtools/front_end/profiler/CPUProfileView.js
|
| @@ -56,7 +56,7 @@ WebInspector.CPUProfileView = function(profileHeader)
|
| var option = options[optionName] || options[WebInspector.CPUProfileView._TypeFlame];
|
| this.viewSelectComboBox.select(option);
|
|
|
| - this._statusBarButtonsElement = document.createElement("span");
|
| + this._statusBarButtonsElement = createElement("span");
|
|
|
| this.focusButton = new WebInspector.StatusBarButton(WebInspector.UIString("Focus selected function."), "focus-profile-node-status-bar-item");
|
| this.focusButton.setEnabled(false);
|
|
|