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

Unified Diff: LayoutTests/inspector/tracing/timeline-auto-record.html

Issue 881263002: DevTools: use target-based model accessors only. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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/tracing/timeline-auto-record.html
diff --git a/LayoutTests/inspector/tracing/timeline-auto-record.html b/LayoutTests/inspector/tracing/timeline-auto-record.html
index 52ae80b36a8c6bdb91d7fc8623aec8780f429f37..05f1e158013e20a7cb9be00e83c92fa0610fe7ec 100644
--- a/LayoutTests/inspector/tracing/timeline-auto-record.html
+++ b/LayoutTests/inspector/tracing/timeline-auto-record.html
@@ -17,7 +17,7 @@ function test()
WebInspector.ConsolePanel.show();
InspectorTest.runWhenPageLoads(step1);
InspectorTest.addResult("Reloading page on console panel");
- WebInspector.resourceTreeModel.reloadPage();
+ InspectorTest.resourceTreeModel.reloadPage();
function step1()
{
@@ -25,7 +25,7 @@ function test()
InspectorTest.runWhenPageLoads(callbackBarrier.createCallback());
callbackBarrier.callWhenDone(recordingStopped);
InspectorTest.addResult("Reloading page on timeline panel");
- WebInspector.resourceTreeModel.reloadPage();
+ InspectorTest.resourceTreeModel.reloadPage();
}
function recordingStarted()
« no previous file with comments | « LayoutTests/inspector/storage-panel-dom-storage-update.html ('k') | Source/devtools/front_end/audits/AuditController.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698