summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/indexeddb/transaction-crash-on-abort.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/storage/indexeddb/transaction-crash-on-abort.html')
-rw-r--r--LayoutTests/storage/indexeddb/transaction-crash-on-abort.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/LayoutTests/storage/indexeddb/transaction-crash-on-abort.html b/LayoutTests/storage/indexeddb/transaction-crash-on-abort.html
index 1b13c87..92aeb31 100644
--- a/LayoutTests/storage/indexeddb/transaction-crash-on-abort.html
+++ b/LayoutTests/storage/indexeddb/transaction-crash-on-abort.html
@@ -23,16 +23,16 @@ function test()
verifyResult(result);
result.onsuccess = openSuccess;
result.onerror = unexpectedErrorCallback;
-}
-
-function openSuccess()
-{
- debug("openSuccess():");
- verifySuccessEvent(event);
- db = evalAndLog("db = event.result");
- evalAndLog("db.transaction([])");
- evalAndLog("window.gc()");
- done();
+}
+
+function openSuccess()
+{
+ debug("openSuccess():");
+ verifySuccessEvent(event);
+ db = evalAndLog("db = event.result");
+ evalAndLog("db.transaction()");
+ evalAndLog("window.gc()");
+ done();
}
var successfullyParsed = true;