Index: content/test/data/indexeddb/common.js |
diff --git a/content/test/data/indexeddb/common.js b/content/test/data/indexeddb/common.js |
index 95f5396ffbe281f7f1104ad196754a93e1cffd1a..11d2adc8b0ecc0ac1a9f776a29dbecafa0c7a97c 100644 |
--- a/content/test/data/indexeddb/common.js |
+++ b/content/test/data/indexeddb/common.js |
@@ -52,6 +52,11 @@ function unexpectedErrorCallback() |
fail('unexpectedErrorCallback'); |
} |
+function unexpectedBlockedCallback() |
+{ |
+ fail('unexpectedBlockedCallback'); |
+} |
+ |
function deleteAllObjectStores(db) |
{ |
objectStoreNames = db.objectStoreNames; |