Index: LayoutTests/http/tests/inspector/indexeddb/database-data.html |
diff --git a/LayoutTests/http/tests/inspector/indexeddb/database-data.html b/LayoutTests/http/tests/inspector/indexeddb/database-data.html |
index e6a152250ea26dfcbec9e0aaec52b89bf5e253de..92ae39ae91dc1f3b5695e199eafd575a8e63f609 100644 |
--- a/LayoutTests/http/tests/inspector/indexeddb/database-data.html |
+++ b/LayoutTests/http/tests/inspector/indexeddb/database-data.html |
@@ -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() |