Index: LayoutTests/storage/indexeddb/objectstore-count-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/objectstore-count-expected.txt b/LayoutTests/storage/indexeddb/objectstore-count-expected.txt |
index 03f987bffd616e5fb9c6d68edb11d30349a1d3f4..2c3f40a16f0c20f1ec4ffaf42dd0519283de9836 100644 |
--- a/LayoutTests/storage/indexeddb/objectstore-count-expected.txt |
+++ b/LayoutTests/storage/indexeddb/objectstore-count-expected.txt |
@@ -80,17 +80,17 @@ Expecting exception from store.count(NaN) |
PASS Exception was thrown. |
PASS code is 0 |
PASS ename is 'DataError' |
-Exception message: The parameter is not a valid key. |
+Exception message: Failed to execute 'count' on 'IDBObjectStore': The parameter is not a valid key. |
Expecting exception from store.count({}) |
PASS Exception was thrown. |
PASS code is 0 |
PASS ename is 'DataError' |
-Exception message: The parameter is not a valid key. |
+Exception message: Failed to execute 'count' on 'IDBObjectStore': The parameter is not a valid key. |
Expecting exception from store.count(/regex/) |
PASS Exception was thrown. |
PASS code is 0 |
PASS ename is 'DataError' |
-Exception message: The parameter is not a valid key. |
+Exception message: Failed to execute 'count' on 'IDBObjectStore': The parameter is not a valid key. |
test = {"key":0,"expected":1} |
request = store.count(test.key) |