X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fhttp%2Ftests%2Finspector%2Findexeddb%2Fdatabase-data.html;h=92ae39ae91dc1f3b5695e199eafd575a8e63f609;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=e6a152250ea26dfcbec9e0aaec52b89bf5e253de;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-data.html b/src/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-data.html index e6a1522..92ae39a 100644 --- a/src/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-data.html +++ b/src/third_party/WebKit/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()