Index: webkit/plugins/npapi/webplugin_delegate_impl_win.cc |
diff --git a/webkit/plugins/npapi/webplugin_delegate_impl_win.cc b/webkit/plugins/npapi/webplugin_delegate_impl_win.cc |
index a27ee52a2f8da8def3f427a9eb830c8c5d5a0066..03c1215797cefa3567759da714d27be0a6639df9 100644 |
--- a/webkit/plugins/npapi/webplugin_delegate_impl_win.cc |
+++ b/webkit/plugins/npapi/webplugin_delegate_impl_win.cc |
@@ -292,7 +292,7 @@ WebPluginDelegateImpl::WebPluginDelegateImpl( |
handle_event_message_filter_hook_(NULL), |
handle_event_pump_messages_event_(NULL), |
user_gesture_message_posted_(false), |
- ALLOW_THIS_IN_INITIALIZER_LIST(user_gesture_msg_factory_(this)), |
+ user_gesture_msg_factory_(this), |
handle_event_depth_(0), |
mouse_hook_(NULL), |
first_set_window_call_(true), |