Index: LayoutTests/storage/indexeddb/index-basics-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/index-basics-expected.txt b/LayoutTests/storage/indexeddb/index-basics-expected.txt |
index 2d74d24bc45fdb08246c9031d06c4af567021df2..569d0558f09d0a26c8ddefd493e50ec4a81f4a2c 100644 |
--- a/LayoutTests/storage/indexeddb/index-basics-expected.txt |
+++ b/LayoutTests/storage/indexeddb/index-basics-expected.txt |
@@ -130,13 +130,13 @@ Expecting exception from indexObject.get({}) |
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 'get' on 'IDBIndex': The parameter is not a valid key. |
Passing an invalid key into indexObject.getKey({}). |
Expecting exception from indexObject.getKey({}) |
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 'getKey' on 'IDBIndex': The parameter is not a valid key. |
PASS successfullyParsed is true |
TEST COMPLETE |