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

Unified Diff: LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html

Issue 5722007: Merge 73605 - 2010-12-07 Jeremy Orlow <jorlow@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 10 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/objectstore-removeobjectstore.html
===================================================================
--- LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html (revision 73908)
+++ LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html (working copy)
@@ -112,7 +112,7 @@
function verifyError()
{
verifyErrorEvent(event);
- shouldBe("event.code", "2");
+ shouldBe("event.code", "webkitIDBDatabaseException.NOT_FOUND_ERR");
shouldBeFalse("event.source.indexNames.contains('indexName')");
done();

Powered by Google App Engine
This is Rietveld 408576698