| Index: content/browser/in_process_webkit/indexed_db_dispatcher_host.cc
|
| ===================================================================
|
| --- content/browser/in_process_webkit/indexed_db_dispatcher_host.cc (revision 158377)
|
| +++ content/browser/in_process_webkit/indexed_db_dispatcher_host.cc (working copy)
|
| @@ -344,7 +344,7 @@
|
| WebIDBMetadata web_metadata = idb_database->metadata();
|
| metadata->name = web_metadata.name;
|
| metadata->version = web_metadata.version;
|
| - metadata->intVersion = web_metadata.intVersion;
|
| + metadata->int_version = web_metadata.intVersion;
|
|
|
| for (size_t i = 0; i < web_metadata.objectStores.size(); ++i) {
|
| const WebIDBMetadata::ObjectStore& web_store_metadata =
|
|
|