| Index: chrome/browser/memory/tab_stats.cc
|
| diff --git a/chrome/browser/memory/tab_stats.cc b/chrome/browser/memory/tab_stats.cc
|
| index d281ece9ec313e96cb44afa77dc40e3489029947..2c2346f722b3de0701d52d0268a18a54f70e1911 100644
|
| --- a/chrome/browser/memory/tab_stats.cc
|
| +++ b/chrome/browser/memory/tab_stats.cc
|
| @@ -16,6 +16,7 @@ TabStats::TabStats()
|
| is_discarded(false),
|
| has_form_entry(false),
|
| discard_count(0),
|
| + render_process_host(nullptr),
|
| renderer_handle(0),
|
| child_process_host_id(0),
|
| #if defined(OS_CHROMEOS)
|
|
|