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

Unified Diff: Source/modules/indexeddb/IDBDatabaseException.h

Issue 17379011: Make ExceptionCode be an enum that does not encode the "code" property (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 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
« no previous file with comments | « Source/core/dom/ExceptionCode.h ('k') | Source/modules/indexeddb/IDBDatabaseException.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/IDBDatabaseException.h
diff --git a/Source/modules/indexeddb/IDBDatabaseException.h b/Source/modules/indexeddb/IDBDatabaseException.h
index 01d0e80b17cd471f4762140b352fd9de94c6a400..a5deaa1869b133e15f2985781b8c199e1219912d 100644
--- a/Source/modules/indexeddb/IDBDatabaseException.h
+++ b/Source/modules/indexeddb/IDBDatabaseException.h
@@ -72,7 +72,7 @@ public:
static bool initializeDescription(ExceptionCode, ExceptionCodeDescription*);
static String getErrorName(ExceptionCode);
static String getErrorDescription(ExceptionCode);
- static ExceptionCode getLegacyErrorCode(ExceptionCode);
+ static int getLegacyErrorCode(ExceptionCode);
private:
IDBDatabaseException(const ExceptionCodeDescription& description)
« no previous file with comments | « Source/core/dom/ExceptionCode.h ('k') | Source/modules/indexeddb/IDBDatabaseException.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698