Index: LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html |
diff --git a/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html b/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html |
index 314dad6e588b2a3b33a4800b0f209061eb499b20..3cd34206d10eb04e6d9abf2ecea33702e607f84f 100644 |
--- a/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html |
+++ b/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html |
@@ -11,7 +11,7 @@ function test() |
function step1(error, result, wasThrown) |
{ |
- var localStorageHandle = WebInspector.runtimeModel.createRemoteObject(result); |
+ var localStorageHandle = InspectorTest.runtimeModel.createRemoteObject(result); |
localStorageHandle.getOwnProperties(step2); |
} |