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 bad1142b6f432f5110b839124dc28392d83be0d0..7370114bc85251b660541895035e9e951589ce59 100644 |
--- a/Source/devtools/front_end/profiler/CPUProfileView.js |
+++ b/Source/devtools/front_end/profiler/CPUProfileView.js |
@@ -116,7 +116,7 @@ WebInspector.CPUProfileView.prototype = { |
if (this._flameChart) |
this._flameChart.focus(); |
else |
- WebInspector.View.prototype.focus.call(this); |
+ WebInspector.Widget.prototype.focus.call(this); |
}, |
/** |