| Index: LayoutTests/inspector/layers/tracing-layer-tree.html
|
| diff --git a/LayoutTests/inspector/layers/tracing-layer-tree.html b/LayoutTests/inspector/layers/tracing-layer-tree.html
|
| index 60c94d3f968f85bde7a0b377413d1586d704665c..62895ebb18d31e63afcd295a385282e5a68946c8 100644
|
| --- a/LayoutTests/inspector/layers/tracing-layer-tree.html
|
| +++ b/LayoutTests/inspector/layers/tracing-layer-tree.html
|
| @@ -28,7 +28,7 @@ function test()
|
| InspectorTest.invokeWithTracing(WebInspector.TracingTimelineModel.defaultTracingCategoryFilter, "doActions", onTracingComplete);
|
|
|
| var target = /** @type {!WebInspector.Target} */ (WebInspector.targetManager.activeTarget());
|
| - var layerTree = new WebInspector.TracingLayerTree(target);
|
| + var layerTree = new WebInspector.TracingLayerTree(target.weakReference());
|
|
|
| function onTracingComplete()
|
| {
|
|
|