[Webkit-unassigned] [Bug 149154] CurrentTime on mediaController is set as 0 when playback is completed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 16 09:45:05 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=149154

--- Comment #5 from Darin Adler <darin at apple.com> ---
Comment on attachment 261294
  --> https://bugs.webkit.org/attachment.cgi?id=261294
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=261294&action=review

> Source/WebCore/html/MediaController.h:157
> +    bool m_resetCurrentTimeInNextPlay;

For new code, we should initialize in the header:

    bool m_resetCurrentTimeInNextPlay { false };

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150916/ed8d94f9/attachment.html>


More information about the webkit-unassigned mailing list