| 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 50433a3a3b957ce672f4e91e47ce96e48288b51d..fce2da57a7b7e1d38905a823c4481d3d8649ed81 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();
|
| }
|
|
|