| Index: Source/devtools/front_end/profiler/CPUProfileFlameChart.js
|
| diff --git a/Source/devtools/front_end/profiler/CPUProfileFlameChart.js b/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
|
| index 315f027f267f7d5a3e3237b9871b5100b643e656..ee812da7209f9b47831e0ac4463371241e4540d0 100644
|
| --- a/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
|
| +++ b/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
|
| @@ -388,6 +388,11 @@ WebInspector.CPUProfileFlameChart = function(dataProvider)
|
| }
|
|
|
| WebInspector.CPUProfileFlameChart.prototype = {
|
| + focus: function()
|
| + {
|
| + this._mainPane.focus();
|
| + },
|
| +
|
| /**
|
| * @param {!WebInspector.Event} event
|
| */
|
|
|