[Webkit-unassigned] [Bug 43413] New: Fix warning in WebCore/plugins/win/PluginMessageThrottlerWin.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 3 05:25:46 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43413

           Summary: Fix warning in
                    WebCore/plugins/win/PluginMessageThrottlerWin.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: aroben at apple.com, sfalken at apple.com
            Blocks: 43191


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list