| Index: third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbobjectstore_createIndex13.htm
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbobjectstore_createIndex13.htm b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbobjectstore_createIndex13.htm
|
| index fb70cc72b8d634153f24b3b94c4260106128b6c8..ac32df6629087da9dcf651a8c4d3e3b1b40e7a82 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbobjectstore_createIndex13.htm
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbobjectstore_createIndex13.htm
|
| @@ -19,7 +19,7 @@
|
|
|
| open_rq.onsuccess = function (event) {
|
| var txn = db.transaction("store", "readwrite");
|
| - ostore = txn.objectStore("store");
|
| + var ostore = txn.objectStore("store");
|
| t.step(function(){
|
| assert_throws("InvalidStateError", function(){
|
| ostore.createIndex("index", "indexedProperty");
|
|
|