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

Unified Diff: public/platform/WebIDBDatabaseException.h

Issue 18398002: Remove IDBNotFoundError ExceptionCode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missing include in code gen wich causes win compile failure Created 7 years, 5 months 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: public/platform/WebIDBDatabaseException.h
diff --git a/public/platform/WebIDBDatabaseException.h b/public/platform/WebIDBDatabaseException.h
index 5416a5e3c0c80146603015ba5b53cad450b6c25f..c94178e589decffdd70ebb36b2b85167c4e4e430 100644
--- a/public/platform/WebIDBDatabaseException.h
+++ b/public/platform/WebIDBDatabaseException.h
@@ -34,10 +34,10 @@
namespace WebKit {
enum WebIDBDatabaseException {
- WebIDBDatabaseExceptionUnknownError = 24,
- WebIDBDatabaseExceptionConstraintError = 25,
- WebIDBDatabaseExceptionDataError = 26,
- WebIDBDatabaseExceptionVersionError = 29,
+ WebIDBDatabaseExceptionUnknownError = 23,
+ WebIDBDatabaseExceptionConstraintError = 24,
+ WebIDBDatabaseExceptionDataError = 25,
+ WebIDBDatabaseExceptionVersionError = 28,
WebIDBDatabaseExceptionAbortError = 17,
WebIDBDatabaseExceptionQuotaError = 19,
};
« Source/bindings/v8/ExceptionState.cpp ('K') | « Source/modules/indexeddb/IDBTransaction.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698