Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html

Issue 402633002: DevTools: Remove redundant dependency on target from TimelineFrameModel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address caseq comments Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/devtools/front_end/sdk/LayerTreeModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
}
« no previous file with comments | « no previous file | Source/devtools/front_end/sdk/LayerTreeModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698