| Index: webkit/tools/test_shell/mac/webwidget_host.mm
|
| diff --git a/webkit/tools/test_shell/mac/webwidget_host.mm b/webkit/tools/test_shell/mac/webwidget_host.mm
|
| index 47a9d0714da722b352ed1f3d304e3673c025a3cb..be13e983035b8c39b1a5e7af18c1d0d18e2d0a59 100644
|
| --- a/webkit/tools/test_shell/mac/webwidget_host.mm
|
| +++ b/webkit/tools/test_shell/mac/webwidget_host.mm
|
| @@ -150,7 +150,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);
|
| }
|
|
|
|
|