| Index: webkit/tools/test_shell/webwidget_host_gtk.cc
|
| diff --git a/webkit/tools/test_shell/webwidget_host_gtk.cc b/webkit/tools/test_shell/webwidget_host_gtk.cc
|
| index 6480b384706928e7b4bc6c530b5fbc144c246d1b..bfd3835054e45d4dd7c10f3d6bd272e9689336a4 100644
|
| --- a/webkit/tools/test_shell/webwidget_host_gtk.cc
|
| +++ b/webkit/tools/test_shell/webwidget_host_gtk.cc
|
| @@ -328,7 +328,7 @@ WebWidgetHost::WebWidgetHost()
|
| webwidget_(NULL),
|
| scroll_dx_(0),
|
| scroll_dy_(0),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(factory_(this)) {
|
| + ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
|
| set_painting(false);
|
| }
|
|
|
|
|