summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/indexeddb/queued-commands.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/storage/indexeddb/queued-commands.html')
-rw-r--r--LayoutTests/storage/indexeddb/queued-commands.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/LayoutTests/storage/indexeddb/queued-commands.html b/LayoutTests/storage/indexeddb/queued-commands.html
index 7dc94c3..d48cb52 100644
--- a/LayoutTests/storage/indexeddb/queued-commands.html
+++ b/LayoutTests/storage/indexeddb/queued-commands.html
@@ -16,7 +16,7 @@ if (window.layoutTestController)
function test()
{
- result = evalAndLog("webkitIndexedDB.open('name', 'description')");
+ result = evalAndLog("webkitIndexedDB.open('name')");
verifyResult(result);
result.onsuccess = setVersion;
result.onerror = unexpectedErrorCallback;