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)); |
} |