* html/HTMLMediaElement.cpp:
(WebCore::HTMLMediaElement::play):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27697
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-11 Antti Koivisto <antti@apple.com>
+
+ Forgot to do this review change (and test HTTP commit).
+
+ * html/HTMLMediaElement.cpp:
+ (WebCore::HTMLMediaElement::play):
+
2007-11-11 Antti Koivisto <antti@apple.com>
Reviewed by Darin.
if (endedPlayback()) {
m_currentLoop = 0;
seek(effectiveStart(), unused);
- unused = 0;
}
setPlaybackRate(defaultPlaybackRate(), unused);