| Index: third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor_continue_objectstore.htm
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor_continue_objectstore.htm b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor_continue_objectstore.htm
|
| index 76750c969a49a5c0fac0d2dd66d977738c682b3b..e86edc464cbeb6632c46f978019402d2db1f703b 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor_continue_objectstore.htm
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor_continue_objectstore.htm
|
| @@ -25,7 +25,7 @@
|
| var store = db.transaction("test")
|
| .objectStore("test");
|
|
|
| - cursor_rq = store.openCursor();
|
| + var cursor_rq = store.openCursor();
|
| cursor_rq.onsuccess = t.step_func(function(e) {
|
| var cursor = e.target.result;
|
| if (!cursor) {
|
|
|