| Index: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html
|
| index 0bd0b122d59f077934a9c38fca4bde3ba07704c2..9868123845c3bdec88b23c2c80a4038de079d5dd 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html
|
| @@ -17,7 +17,7 @@ function test()
|
| {
|
| InspectorTest.startProfilerTest(function() {
|
| function viewLoaded() {
|
| - var profiles = UI.panels.js_profiler;
|
| + var profiles = UI.panels.heap_profiler;
|
| var type = Profiler.ProfileTypeRegistry.instance.cpuProfileType;
|
| while (type.getProfiles().length !== 0)
|
| type.removeProfile(type.getProfiles()[0]);
|
|
|