| Index: third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| index 326e67bb7cf07f028b3fdb312585a5c5e011fc8c..441e3b676719ba369b7345de6e950916fc399f77 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| @@ -973,7 +973,7 @@ SDK.targetManager.observeTargets({
|
| InspectorTest.domModel = SDK.DOMModel.fromTarget(target);
|
| InspectorTest.cssModel = target.model(SDK.CSSModel);
|
| InspectorTest.powerProfiler = target.powerProfiler;
|
| - InspectorTest.cpuProfilerModel = target.cpuProfilerModel;
|
| + InspectorTest.cpuProfilerModel = target.model(SDK.CPUProfilerModel);
|
| InspectorTest.heapProfilerModel = target.heapProfilerModel;
|
| InspectorTest.animationModel = target.animationModel;
|
| InspectorTest.serviceWorkerCacheModel = target.serviceWorkerCacheModel;
|
|
|