Bug 43413 - Fix warning in WebCore/plugins/win/PluginMessageThrottlerWin.cpp
Summary: Fix warning in WebCore/plugins/win/PluginMessageThrottlerWin.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 43191
  Show dependency treegraph
 
Reported: 2010-08-03 05:25 PDT by Csaba Osztrogonác
Modified: 2010-08-03 06:22 PDT (History)
2 users (show)

See Also:


Attachments
proposed fix (1.27 KB, patch)
2010-08-03 05:27 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.