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/layers/tracing-layer-tree.html

Issue 396993003: DevTools: get rid of WebInspector.cssModel, use target models instead (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
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..ba89013e844feb788c49823ebca2a093d938031f 100644
--- a/LayoutTests/inspector/layers/tracing-layer-tree.html
+++ b/LayoutTests/inspector/layers/tracing-layer-tree.html
@@ -27,7 +27,7 @@ function test()
{
InspectorTest.invokeWithTracing(WebInspector.TracingTimelineModel.defaultTracingCategoryFilter, "doActions", onTracingComplete);
- var target = /** @type {!WebInspector.Target} */ (WebInspector.targetManager.activeTarget());
+ var target = /** @type {!WebInspector.Target} */ (WebInspector.targetManager.mainTarget());
var layerTree = new WebInspector.TracingLayerTree(target);
function onTracingComplete()

Powered by Google App Engine
This is Rietveld 408576698