| 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 472e43730697fde862bc8612efcf7acb3233848b..4df7da00e33fd48d3baa833f30524215472a3671 100644
|
| --- a/webkit/tools/test_shell/webwidget_host_win.cc
|
| +++ b/webkit/tools/test_shell/webwidget_host_win.cc
|
| @@ -200,7 +200,7 @@ WebWidgetHost::WebWidgetHost()
|
| track_mouse_leave_(false),
|
| scroll_dx_(0),
|
| scroll_dy_(0),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
|
| + weak_factory_(this) {
|
| set_painting(false);
|
| }
|
|
|
|
|