| Index: webkit/tools/test_shell/webwidget_host_win.cc
|
| diff --git a/webkit/tools/test_shell/webwidget_host_win.cc b/webkit/tools/test_shell/webwidget_host_win.cc
|
| index 0d06d6c2cd06e7bf1de7cab64d7182e3255ffbd4..c1499941c3f1165e0903091a56ad9f0df036b448 100644
|
| --- a/webkit/tools/test_shell/webwidget_host_win.cc
|
| +++ b/webkit/tools/test_shell/webwidget_host_win.cc
|
| @@ -201,7 +201,7 @@ WebWidgetHost::WebWidgetHost()
|
| track_mouse_leave_(false),
|
| scroll_dx_(0),
|
| scroll_dy_(0),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(factory_(this)) {
|
| + ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
|
| set_painting(false);
|
| }
|
|
|
|
|