Index: LayoutTests/inspector/console/console-dir-global.html |
diff --git a/LayoutTests/inspector/console/console-dir-global.html b/LayoutTests/inspector/console/console-dir-global.html |
index d62ef720d4098e99ac2a93b377f42bc39efdda0b..718f57c63585ae7a13b698ded4a5a9934b3706fa 100644 |
--- a/LayoutTests/inspector/console/console-dir-global.html |
+++ b/LayoutTests/inspector/console/console-dir-global.html |
@@ -22,7 +22,7 @@ function test() |
} |
if (result.type === "error") |
testController.notifyDone("Exception:" + result); |
- var objectProxy = WebInspector.runtimeModel.createRemoteObject(result); |
+ var objectProxy = InspectorTest.runtimeModel.createRemoteObject(result); |
objectProxy.getOwnProperties(getPropertiesCallback); |
} |