Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / indexeddb / database-data.html
index e6a1522..92ae39a 100644 (file)
@@ -55,9 +55,8 @@ function test()
                     callback();
                     return;
                 }
-                entry = entries[index];
+                entry = entries[index++];
                 entry.value.callFunctionJSON(dumpMe, undefined, dumped.bind(this));
-                ++index;
             }
 
             function dumpMe()