Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / runtime / runtime-localStorage-getProperties.html
index d511b0b..c0beec5 100644 (file)
@@ -11,7 +11,7 @@ function test()
 
     function step1(error, result, wasThrown)
     {
-        var localStorageHandle = WebInspector.RemoteObject.fromPayload(result);
+        var localStorageHandle = WebInspector.runtimeModel.createRemoteObject(result);
         localStorageHandle.getOwnProperties(step2);
     }