Chromium Code Reviews| Index: third_party/WebKit/Source/modules/indexeddb/IDBMetadata.cpp |
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBMetadata.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBMetadata.cpp |
| index e2b28eae4389b401287565c39ae6c90b2904903c..65e2a3b58073a87c3e4f2784171f8c8f2fa21520 100644 |
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBMetadata.cpp |
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBMetadata.cpp |
| @@ -8,6 +8,10 @@ |
| namespace blink { |
| +constexpr int64_t IDBIndexMetadata::InvalidId; |
| + |
| +constexpr int64_t IDBObjectStoreMetadata::InvalidId; |
| + |
| IDBDatabaseMetadata::IDBDatabaseMetadata(const WebIDBMetadata& webMetadata) |
| : name(webMetadata.name) |
| , id(webMetadata.id) |