summaryrefslogtreecommitdiffstats
path: root/WebCore/plugins/win/PluginMessageThrottlerWin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/plugins/win/PluginMessageThrottlerWin.cpp')
-rw-r--r--WebCore/plugins/win/PluginMessageThrottlerWin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/plugins/win/PluginMessageThrottlerWin.cpp b/WebCore/plugins/win/PluginMessageThrottlerWin.cpp
index 46fee62..dd1f05b 100644
--- a/WebCore/plugins/win/PluginMessageThrottlerWin.cpp
+++ b/WebCore/plugins/win/PluginMessageThrottlerWin.cpp
@@ -45,9 +45,9 @@ static const double MessageThrottleTimeInterval = 0.016;
static const double MessageDirectProcessingInterval = 0.005;
PluginMessageThrottlerWin::PluginMessageThrottlerWin(PluginView* pluginView)
- : m_back(0)
+ : m_pluginView(pluginView)
+ , m_back(0)
, m_front(0)
- , m_pluginView(pluginView)
, m_lastMessageTime(0)
, m_messageThrottleTimer(this, &PluginMessageThrottlerWin::messageThrottleTimerFired)
{