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) |