| Index: third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileView.js b/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileView.js
|
| index 3fb466a5f496db368896874e4e9a69f5c100733d..002180a9c8cf81ea9d5ef17dd734cf68f0eaed26 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileView.js
|
| @@ -44,7 +44,7 @@ Profiler.CPUProfileView = class extends Profiler.ProfileView {
|
| */
|
| wasShown() {
|
| super.wasShown();
|
| - var lineLevelProfile = Components.LineLevelProfile.instance();
|
| + var lineLevelProfile = PerfUI.LineLevelProfile.instance();
|
| lineLevelProfile.reset();
|
| lineLevelProfile.appendCPUProfile(this.profile);
|
| }
|
|
|