Index: Source/core/html/HTMLMediaElement.cpp |
diff --git a/Source/core/html/HTMLMediaElement.cpp b/Source/core/html/HTMLMediaElement.cpp |
index b0c66c595aee4c68773af6c5ec4e52d032aa7635..0bcf8cbab74a5be750f1b71a748b9e67645c3206 100644 |
--- a/Source/core/html/HTMLMediaElement.cpp |
+++ b/Source/core/html/HTMLMediaElement.cpp |
@@ -323,7 +323,7 @@ HTMLMediaElement::HTMLMediaElement(const QualifiedName& tagName, Document& docum |
, m_previousProgressTime(std::numeric_limits<double>::max()) |
, m_duration(std::numeric_limits<double>::quiet_NaN()) |
, m_lastTimeUpdateEventWallTime(0) |
- , m_lastTimeUpdateEventMovieTime(std::numeric_limits<double>::max()) |
+ , m_lastTimeUpdateEventMovieTime(0) |
, m_defaultPlaybackStartPosition(0) |
, m_loadState(WaitingForSource) |
, m_deferredLoadState(NotDeferred) |