| 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 1a31bb762d619b827d36dcd6e14ebad6a073ddf5..e2b28eae4389b401287565c39ae6c90b2904903c 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBMetadata.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBMetadata.cpp
|
| @@ -11,7 +11,7 @@ namespace blink {
|
| IDBDatabaseMetadata::IDBDatabaseMetadata(const WebIDBMetadata& webMetadata)
|
| : name(webMetadata.name)
|
| , id(webMetadata.id)
|
| - , intVersion(webMetadata.intVersion)
|
| + , version(webMetadata.version)
|
| , maxObjectStoreId(webMetadata.maxObjectStoreId)
|
| {
|
| for (size_t i = 0; i < webMetadata.objectStores.size(); ++i) {
|
|
|