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

Unified Diff: third_party/WebCore/Modules/indexeddb/IDBDatabaseException.idl

Issue 10513011: Roll IDL to multivm@576 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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: third_party/WebCore/Modules/indexeddb/IDBDatabaseException.idl
diff --git a/third_party/WebCore/Modules/indexeddb/IDBDatabaseException.idl b/third_party/WebCore/Modules/indexeddb/IDBDatabaseException.idl
index b4f19e1b9f5a9a546d5ef3b1ada3f2d0296fb5a4..67d811c3eaf320b44618c6ec04d4e56861924b3b 100644
--- a/third_party/WebCore/Modules/indexeddb/IDBDatabaseException.idl
+++ b/third_party/WebCore/Modules/indexeddb/IDBDatabaseException.idl
@@ -42,16 +42,17 @@ module storage {
const unsigned short NO_ERR = 0;
const unsigned short UNKNOWN_ERR = 1;
const unsigned short NON_TRANSIENT_ERR = 2;
- const unsigned short NOT_FOUND_ERR = 3;
const unsigned short CONSTRAINT_ERR = 4;
const unsigned short DATA_ERR = 5;
const unsigned short NOT_ALLOWED_ERR = 6;
const unsigned short TRANSACTION_INACTIVE_ERR = 7;
- const unsigned short ABORT_ERR = 8;
const unsigned short READ_ONLY_ERR = 9;
- const unsigned short TIMEOUT_ERR = 10;
- const unsigned short QUOTA_ERR = 11;
const unsigned short VER_ERR = 12;
+
+ const unsigned short NOT_FOUND_ERR = 8;
+ const unsigned short ABORT_ERR = 20;
+ const unsigned short TIMEOUT_ERR = 23;
+ const unsigned short QUOTA_ERR = 22;
};
}
« no previous file with comments | « third_party/WebCore/Modules/filesystem/FileWriterSync.idl ('k') | third_party/WebCore/Modules/indexeddb/IDBIndex.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698