gcc warning: ..\..\..\WebCore\plugins\win\/PluginMessageThrottlerWin.h: In constructor 'WebCore::PluginMessageThrottlerWin::PluginMessageThrottlerWin(WebCore::PluginView*)': ..\..\..\WebCore\plugins\win\/PluginMessageThrottlerWin.h:69:16: warning: 'WebCore::PluginMessageThrottlerWin::m_lastMessageTime' will be initialized after ..\..\..\WebCore\plugins\win\/PluginMessageThrottlerWin.h:68:42: warning: 'WebCore::Timer<WebCore::PluginMessageThrottlerWin> WebCore::PluginMessageThrottlerWin::m_messageThrottleTimer' ..\..\..\WebCore\plugins\win\PluginMessageThrottlerWin.cpp:47:1: warning: when initialized here This warning introduced in http://trac.webkit.org/changeset/57650 , which added m_lastMessageTime member to class PluginMessageThrottlerWin.
Created attachment 63327 [details] proposed fix
Comment on attachment 63327 [details] proposed fix r=me
Comment on attachment 63327 [details] proposed fix Clearing flags on attachment: 63327 Committed r64548: <http://trac.webkit.org/changeset/64548>
All reviewed patches have been landed. Closing bug.