summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/indexeddb/key_path_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/indexeddb/key_path_test.js')
-rw-r--r--chrome/test/data/indexeddb/key_path_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/data/indexeddb/key_path_test.js b/chrome/test/data/indexeddb/key_path_test.js
index 0acb552..b6825e6 100644
--- a/chrome/test/data/indexeddb/key_path_test.js
+++ b/chrome/test/data/indexeddb/key_path_test.js
@@ -62,7 +62,7 @@ function test()
{
debug("Test IndexedDB's KeyPath.");
debug("Opening IndexedDB");
- result = webkitIndexedDB.open('name', 'description');
+ result = webkitIndexedDB.open('name');
result.onsuccess = setVersion;
result.onerror = unexpectedErrorCallback;
}