| Index: Source/core/html/shadow/MediaControls.cpp
|
| diff --git a/Source/core/html/shadow/MediaControls.cpp b/Source/core/html/shadow/MediaControls.cpp
|
| index 8a25a9c71b7d55a58e02855a9637c9547fb2d278..b175567d0e2625e149dab96ebc9dc81f86253dd6 100644
|
| --- a/Source/core/html/shadow/MediaControls.cpp
|
| +++ b/Source/core/html/shadow/MediaControls.cpp
|
| @@ -45,11 +45,11 @@ MediaControls::MediaControls(Document& document)
|
| , m_volumeSlider(0)
|
| , m_toggleClosedCaptionsButton(0)
|
| , m_fullScreenButton(0)
|
| + , m_durationDisplay(0)
|
| + , m_enclosure(0)
|
| , m_hideFullscreenControlsTimer(this, &MediaControls::hideFullscreenControlsTimerFired)
|
| , m_isFullscreen(false)
|
| , m_isMouseOverControls(false)
|
| - , m_durationDisplay(0)
|
| - , m_enclosure(0)
|
| {
|
| }
|
|
|
|
|