| 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 3fde86f622000374987b76e7ed84670d34b15f87..aca4f5fca1d527134e80da069a3a7294dc2cc8a2 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc
|
| +++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc
|
| @@ -113,6 +113,8 @@ bool IndexedDBDispatcherHost::OnMessageReceived(const IPC::Message& message,
|
|
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::WEBKIT));
|
|
|
| + // TODO(dgrogan): The page cycler test can crash here because
|
| + // database_dispatcher_host_ becomes invalid.
|
| bool handled =
|
| database_dispatcher_host_->OnMessageReceived(message, message_was_ok) ||
|
| index_dispatcher_host_->OnMessageReceived(message, message_was_ok) ||
|
|
|