Bug 43413

Summary: Fix warning in WebCore/plugins/win/PluginMessageThrottlerWin.cpp
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, sfalken
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 43191    
Attachments:
Description Flags
proposed fix none

Description Csaba Osztrogonác 2010-08-03 05:25:46 PDT
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.
Comment 1 Csaba Osztrogonác 2010-08-03 05:27:46 PDT
Created attachment 63327 [details]
proposed fix
Comment 2 Adam Roben (:aroben) 2010-08-03 05:34:27 PDT
Comment on attachment 63327 [details]
proposed fix

r=me
Comment 3 Csaba Osztrogonác 2010-08-03 06:22:37 PDT
Comment on attachment 63327 [details]
proposed fix

Clearing flags on attachment: 63327

Committed r64548: <http://trac.webkit.org/changeset/64548>
Comment 4 Csaba Osztrogonác 2010-08-03 06:22:45 PDT
All reviewed patches have been landed.  Closing bug.