Chromium Code Reviews| Index: content/test/data/indexeddb/open_bad_db.js |
| diff --git a/content/test/data/indexeddb/open_bad_db.js b/content/test/data/indexeddb/open_bad_db.js |
| index 2b360be03c7d2635f3ebc64c3fd63f45da4a6381..0ab3f000fac1ef1fec7fc28dda156c14678574ca 100644 |
| --- a/content/test/data/indexeddb/open_bad_db.js |
| +++ b/content/test/data/indexeddb/open_bad_db.js |
| @@ -11,7 +11,9 @@ function test() { |
| } |
| var gotUpgradeNeeded = false; |
| -function upgradeNeeded() { |
| +function upgradeNeeded(evt) { |
| + event = evt; |
| + shouldBe("event.dataLoss", "'total'"); |
|
jsbell
2013/06/14 20:42:58
Will it be possible to land this before the Blink
dgrogan
2013/06/14 22:06:43
Ugh, no. Looks like this will be a 4-patch change.
|
| gotUpgradeNeeded = true; |
| } |