| Index: content/child/web_data_consumer_handle_impl.cc
|
| diff --git a/content/child/web_data_consumer_handle_impl.cc b/content/child/web_data_consumer_handle_impl.cc
|
| index fdec9c9881ec3596b464f8a9c800e1608c73fd51..f81221d85b8e9f97d1cc1979109ea50f7cd983a2 100644
|
| --- a/content/child/web_data_consumer_handle_impl.cc
|
| +++ b/content/child/web_data_consumer_handle_impl.cc
|
| @@ -37,7 +37,7 @@ class WebDataConsumerHandleImpl::Context
|
| WebDataConsumerHandleImpl::ReaderImpl::ReaderImpl(
|
| scoped_refptr<Context> context,
|
| Client* client)
|
| - : context_(context), client_(client) {
|
| + : context_(context), handle_watcher_(FROM_HERE), client_(client) {
|
| if (client_)
|
| StartWatching();
|
| }
|
|
|