| Index: LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html
|
| diff --git a/LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html b/LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html
|
| index 6f89ffafd562525f2f96c58aca5c3a53776d24fb..e4ade8063829169042fb222a6114a159088c1715 100644
|
| --- a/LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html
|
| +++ b/LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html
|
| @@ -54,7 +54,7 @@ function test()
|
| if (!record.data["layerTree"])
|
| return;
|
| ++pendingEventCount;
|
| - var layerTree = new WebInspector.AgentLayerTree(WebInspector.targetManager.activeTarget().weakReference());
|
| + var layerTree = new WebInspector.AgentLayerTree(WebInspector.targetManager.activeTarget());
|
| layerTree.setLayers(record.data["layerTree"], onLayersSet.bind(null, layerTree));
|
| }
|
|
|
|
|