Changeset 64548 in webkit


Ignore:
Timestamp:
Aug 3, 2010 6:22:29 AM (14 years ago)
Author:
Csaba Osztrogonác
Message:

2010-08-03 Csaba Osztrogonác <Csaba Osztrogonác>

Reviewed by Adam Roben.

Fix warning in WebCore/plugins/win/PluginMessageThrottlerWin.cpp
https://bugs.webkit.org/show_bug.cgi?id=43413

  • plugins/win/PluginMessageThrottlerWin.cpp: (WebCore::PluginMessageThrottlerWin::PluginMessageThrottlerWin): Modify initialization order.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r64547 r64548  
     12010-08-03  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Reviewed by Adam Roben.
     4
     5        Fix warning in WebCore/plugins/win/PluginMessageThrottlerWin.cpp
     6        https://bugs.webkit.org/show_bug.cgi?id=43413
     7
     8        * plugins/win/PluginMessageThrottlerWin.cpp:
     9        (WebCore::PluginMessageThrottlerWin::PluginMessageThrottlerWin): Modify initialization order.
     10
    1112010-08-03  Yury Semikhatsky  <yurys@chromium.org>
    212
  • trunk/WebCore/plugins/win/PluginMessageThrottlerWin.cpp

    r59868 r64548  
    4949    , m_back(0)
    5050    , m_front(0)
     51    , m_messageThrottleTimer(this, &PluginMessageThrottlerWin::messageThrottleTimerFired)
    5152    , m_lastMessageTime(0)
    52     , m_messageThrottleTimer(this, &PluginMessageThrottlerWin::messageThrottleTimerFired)
    5353{
    5454    // Initialize the free list with our inline messages
Note: See TracChangeset for help on using the changeset viewer.