| Index: third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| diff --git a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| index 753f54d0800cbaca539387a429eeffa64df5b704..ab1538ccfd0290f94ec0cc96023b93d79bb2acef 100644
|
| --- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| +++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| @@ -58,7 +58,6 @@
|
| #include "modules/accessibility/AXObject.h"
|
| #include "modules/indexeddb/IDBKey.h"
|
| #include "modules/indexeddb/IDBKeyPath.h"
|
| -#include "modules/indexeddb/IDBMetadata.h"
|
| #include "modules/indexeddb/IndexedDB.h"
|
| #include "modules/navigatorcontentutils/NavigatorContentUtilsClient.h"
|
| #include "modules/quota/DeprecatedStorageQuota.h"
|
| @@ -100,12 +99,9 @@
|
| #include "public/platform/WebURLRequest.h"
|
| #include "public/platform/WebURLResponse.h"
|
| #include "public/platform/modules/indexeddb/WebIDBCursor.h"
|
| -#include "public/platform/modules/indexeddb/WebIDBDatabase.h"
|
| #include "public/platform/modules/indexeddb/WebIDBDatabaseException.h"
|
| -#include "public/platform/modules/indexeddb/WebIDBFactory.h"
|
| #include "public/platform/modules/indexeddb/WebIDBKey.h"
|
| #include "public/platform/modules/indexeddb/WebIDBKeyPath.h"
|
| -#include "public/platform/modules/indexeddb/WebIDBMetadata.h"
|
| #include "public/platform/modules/indexeddb/WebIDBTypes.h"
|
| #include "public/web/WebAXEnums.h"
|
| #include "public/web/WebAXObject.h"
|
| @@ -575,8 +571,6 @@ STATIC_ASSERT_ENUM(WebIDBKeyPathTypeNull, IDBKeyPath::NullType);
|
| STATIC_ASSERT_ENUM(WebIDBKeyPathTypeString, IDBKeyPath::StringType);
|
| STATIC_ASSERT_ENUM(WebIDBKeyPathTypeArray, IDBKeyPath::ArrayType);
|
|
|
| -STATIC_ASSERT_ENUM(WebIDBMetadata::NoVersion, IDBDatabaseMetadata::NoVersion);
|
| -
|
| STATIC_ASSERT_ENUM(WebFileSystem::TypeTemporary, FileSystemTypeTemporary);
|
| STATIC_ASSERT_ENUM(WebFileSystem::TypePersistent, FileSystemTypePersistent);
|
| STATIC_ASSERT_ENUM(WebFileSystem::TypeExternal, FileSystemTypeExternal);
|
|
|