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 441e3b676719ba369b7345de6e950916fc399f77..0e78e0f9c33b448c596490e2e8ae91ac0ddceb3c 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js |
@@ -978,7 +978,7 @@ SDK.targetManager.observeTargets({ |
InspectorTest.animationModel = target.animationModel; |
InspectorTest.serviceWorkerCacheModel = target.serviceWorkerCacheModel; |
InspectorTest.serviceWorkerManager = target.model(SDK.ServiceWorkerManager); |
- InspectorTest.tracingManager = target.tracingManager; |
+ InspectorTest.tracingManager = target.model(SDK.TracingManager); |
InspectorTest.mainTarget = target; |
}, |