| Index: content/common/content_client.cc
|
| diff --git a/content/common/content_client.cc b/content/common/content_client.cc
|
| index 79fe8cc3b22059517aa5f975966c7b1e9e4c471d..6f6164c97c01eb3beebf13791bab43d582d2f239 100644
|
| --- a/content/common/content_client.cc
|
| +++ b/content/common/content_client.cc
|
| @@ -17,7 +17,7 @@ ContentClient* GetContentClient() {
|
| }
|
|
|
| ContentClient::ContentClient() :
|
| - browser_(NULL), gpu_(NULL), plugin_(NULL), renderer_(NULL) {
|
| + browser_(NULL), gpu_(NULL), plugin_(NULL), renderer_(NULL), web_ui_(NULL) {
|
| }
|
|
|
| ContentClient::~ContentClient() {
|
|
|