| Index: Source/WebKit/chromium/src/AssertMatchingEnums.cpp
|
| ===================================================================
|
| --- Source/WebKit/chromium/src/AssertMatchingEnums.cpp (revision 143518)
|
| +++ Source/WebKit/chromium/src/AssertMatchingEnums.cpp (working copy)
|
| @@ -485,6 +485,7 @@
|
| COMPILE_ASSERT_MATCHING_ENUM(WebView::UserStyleInjectInSubsequentDocuments, InjectInSubsequentDocuments);
|
|
|
| #if ENABLE(INDEXED_DATABASE)
|
| +COMPILE_ASSERT_MATCHING_ENUM(WebIDBDatabaseExceptionUnknownError, IDBDatabaseException::UnknownError);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebIDBDatabaseExceptionDataError, IDBDatabaseException::DataError);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebIDBDatabaseExceptionAbortError, IDBDatabaseException::AbortError);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebIDBDatabaseExceptionQuotaError, IDBDatabaseException::QuotaExceededError);
|
|
|