| Index: content/browser/in_process_webkit/indexed_db_dispatcher_host.cc
|
| diff --git a/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc b/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc
|
| index 38f94fa714fe58301fa3bf6b9e8dff83c893b2a2..2199b27fe94015e590310cd04e6b0bc8f289db94 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc
|
| +++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc
|
| @@ -532,7 +532,7 @@ void IndexedDBDispatcherHost::IndexDispatcherHost::OnStoreName(
|
| void IndexedDBDispatcherHost::IndexDispatcherHost::OnKeyPath(
|
| int32 object_id, NullableString16* key_path) {
|
| parent_->SyncGetter<NullableString16>(
|
| - &map_, object_id, key_path, &WebIDBIndex::keyPath);
|
| + &map_, object_id, key_path, &WebIDBIndex::keyPathString);
|
| }
|
|
|
| void IndexedDBDispatcherHost::IndexDispatcherHost::OnUnique(
|
| @@ -710,7 +710,7 @@ void IndexedDBDispatcherHost::ObjectStoreDispatcherHost::OnName(
|
| void IndexedDBDispatcherHost::ObjectStoreDispatcherHost::OnKeyPath(
|
| int32 object_id, NullableString16* keyPath) {
|
| parent_->SyncGetter<NullableString16>(
|
| - &map_, object_id, keyPath, &WebIDBObjectStore::keyPath);
|
| + &map_, object_id, keyPath, &WebIDBObjectStore::keyPathString);
|
| }
|
|
|
| void IndexedDBDispatcherHost::ObjectStoreDispatcherHost::OnIndexNames(
|
|
|