| Index: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-stopped-removed-race.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-stopped-removed-race.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-stopped-removed-race.html
|
| index ee5935c1d64c352f7dd193789501d910634ab278..a7cf45c9ba03508c2d2032115ac673d7dcb06ea1 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-stopped-removed-race.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-stopped-removed-race.html
|
| @@ -9,7 +9,7 @@ function test()
|
| InspectorTest.runProfilerTestSuite([
|
| function testProfiling(next)
|
| {
|
| - var cpuProfiler = SDK.targetManager.mainTarget().cpuProfilerModel;
|
| + var cpuProfiler = InspectorTest.cpuProfilerModel;
|
| var targetManager = SDK.targetManager;
|
| targetManager.addEventListener(SDK.TargetManager.Events.SuspendStateChanged, onSuspendStateChanged);
|
| var profilesPanel = UI.panels.js_profiler;
|
|
|