Index: LayoutTests/storage/indexeddb/index-count-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/index-count-expected.txt b/LayoutTests/storage/indexeddb/index-count-expected.txt |
index 691088b2055d9e801747744e28e834011d50250d..f1916d628fc312e9d3f3e5a03cd43f14439c5090 100644 |
--- a/LayoutTests/storage/indexeddb/index-count-expected.txt |
+++ b/LayoutTests/storage/indexeddb/index-count-expected.txt |
@@ -88,17 +88,17 @@ Expecting exception from index.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 'IDBIndex': The parameter is not a valid key. |
Expecting exception from index.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 'IDBIndex': The parameter is not a valid key. |
Expecting exception from index.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 'IDBIndex': The parameter is not a valid key. |
test = {"key":0,"expected":1} |
request = index.count(test.key) |