| Index: LayoutTests/inspector/tracing.html
|
| diff --git a/LayoutTests/inspector/tracing.html b/LayoutTests/inspector/tracing.html
|
| index 535e8b5d62bfd8699666b2d8455f5f1001bc1aa2..b0ce52ff53f541863c35331d3ea8517ec1a303a9 100644
|
| --- a/LayoutTests/inspector/tracing.html
|
| +++ b/LayoutTests/inspector/tracing.html
|
| @@ -66,7 +66,7 @@ function test()
|
| InspectorTest.completeTest();
|
| }
|
|
|
| - var tracingModel = new WebInspector.TracingModel(WebInspector.targetManager.activeTarget());
|
| + var tracingModel = new WebInspector.TracingModel(WebInspector.targetManager.mainTarget());
|
| tracingModel.start("", "", onTracingStarted);
|
| function onTracingStarted(error)
|
| {
|
|
|