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

Unified Diff: LayoutTests/inspector/console/inspect-html-all-collection.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/console/inspect-html-all-collection.html
diff --git a/LayoutTests/inspector/console/inspect-html-all-collection.html b/LayoutTests/inspector/console/inspect-html-all-collection.html
index dd5ec4240e48ebf0445b06940baca62051ac4477..d044a1fee2c75fa27fc876b69ce827c46576e01f 100644
--- a/LayoutTests/inspector/console/inspect-html-all-collection.html
+++ b/LayoutTests/inspector/console/inspect-html-all-collection.html
@@ -13,7 +13,7 @@ function test()
InspectorTest.completeTest();
return;
}
- var htmlAllCollection = WebInspector.runtimeModel.createRemoteObject(result);
+ var htmlAllCollection = InspectorTest.runtimeModel.createRemoteObject(result);
htmlAllCollection.callFunctionJSON("function(collection) { return this.length + collection.length; }", [{objectId: htmlAllCollection.objectId}], didGetLength.bind(this));
}
« no previous file with comments | « LayoutTests/inspector/console/console-timestamp.html ('k') | LayoutTests/inspector/elements/attribute-modified-ns.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698