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 e4ade8063829169042fb222a6114a159088c1715..a7137467253587304f5e560701f014a414734538 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()); |
+ var layerTree = new WebInspector.AgentLayerTree(WebInspector.targetManager.mainTarget()); |
layerTree.setLayers(record.data["layerTree"], onLayersSet.bind(null, layerTree)); |
} |