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

Unified Diff: LayoutTests/inspector/initial-modules-load.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/initial-modules-load.html
diff --git a/LayoutTests/inspector/initial-modules-load.html b/LayoutTests/inspector/initial-modules-load.html
index d26ace83d0236fd0dace2e0f91d3de826fdf2df7..085f949aa1c637d9d8a70a524f8645868d74f52a 100644
--- a/LayoutTests/inspector/initial-modules-load.html
+++ b/LayoutTests/inspector/initial-modules-load.html
@@ -29,7 +29,7 @@ function test()
function testOpenUISourceCode(next)
{
var resource;
- WebInspector.resourceTreeModel.forAllResources(function(r) {
+ InspectorTest.resourceTreeModel.forAllResources(function(r) {
if (r.url.indexOf("inspector-test.js") !== -1) {
resource = r;
return true;
« no previous file with comments | « LayoutTests/inspector/extensions/extensions-events.html ('k') | LayoutTests/inspector/load-file-resource-for-frontend.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698