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

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

Issue 10800075: Roll IDL to multivm@713 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « lib/html/frog/html_frog.dart ('k') | third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 984cab922bd66ca7f4e276f6b21441c9e2e63ad3..67d811c3eaf320b44618c6ec04d4e56861924b3b 100644
--- a/third_party/WebCore/Modules/indexeddb/IDBDatabaseException.idl
+++ b/third_party/WebCore/Modules/indexeddb/IDBDatabaseException.idl
@@ -49,10 +49,6 @@ module storage {
const unsigned short READ_ONLY_ERR = 9;
const unsigned short VER_ERR = 12;
- // FIXME: Placeholder until bindings have been updated to throw a JS TypeError.
- // See https://bugs.webkit.org/show_bug.cgi?id=85513
- const unsigned short TYPE_ERR = 21;
-
const unsigned short NOT_FOUND_ERR = 8;
const unsigned short ABORT_ERR = 20;
const unsigned short TIMEOUT_ERR = 23;
« no previous file with comments | « lib/html/frog/html_frog.dart ('k') | third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698