| Index: chrome/test/data/indexeddb/key_path_test.js
|
| diff --git a/chrome/test/data/indexeddb/key_path_test.js b/chrome/test/data/indexeddb/key_path_test.js
|
| index b6825e6f1670c3b077803db6b383bbd499b0ba22..8abda7d0ac9b9d1a33875657a51d20f6747e7803 100644
|
| --- a/chrome/test/data/indexeddb/key_path_test.js
|
| +++ b/chrome/test/data/indexeddb/key_path_test.js
|
| @@ -21,7 +21,7 @@ function openCursor()
|
| {
|
| debug("Opening cursor #" + count);
|
| keyRange = webkitIDBKeyRange.lowerBound("myKey" + count);
|
| - result = objectStore.openCursor({range: keyRange});
|
| + result = objectStore.openCursor(keyRange);
|
| result.onsuccess = cursorSuccess;
|
| result.onerror = unexpectedErrorCallback;
|
| }
|
|
|