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/tracing.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
« no previous file with comments | « LayoutTests/inspector/timeline/tracing/frame-model.html ('k') | LayoutTests/inspector/tracing-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/tracing.html
diff --git a/LayoutTests/inspector/tracing.html b/LayoutTests/inspector/tracing.html
index 535e8b5d62bfd8699666b2d8455f5f1001bc1aa2..b0ce52ff53f541863c35331d3ea8517ec1a303a9 100644
--- a/LayoutTests/inspector/tracing.html
+++ b/LayoutTests/inspector/tracing.html
@@ -66,7 +66,7 @@ function test()
InspectorTest.completeTest();
}
- var tracingModel = new WebInspector.TracingModel(WebInspector.targetManager.activeTarget());
+ var tracingModel = new WebInspector.TracingModel(WebInspector.targetManager.mainTarget());
tracingModel.start("", "", onTracingStarted);
function onTracingStarted(error)
{
« no previous file with comments | « LayoutTests/inspector/timeline/tracing/frame-model.html ('k') | LayoutTests/inspector/tracing-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698