Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Unified Diff: LayoutTests/storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt
diff --git a/LayoutTests/storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt b/LayoutTests/storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt
index d01e64e233f237b5dec88b222306aa7f8e6c833a..43a702ccc27697d922ebcb10737088448642d22e 100644
--- a/LayoutTests/storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt
+++ b/LayoutTests/storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt
@@ -13,7 +13,7 @@ Expecting exception from objectStore.delete(null);
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
-Exception message: No key or key range specified.
+Exception message: Failed to execute 'delete' on 'IDBObjectStore': No key or key range specified.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698