[Webkit-unassigned] [Bug 123879] Ended event should be triggered also when playback rate is negative

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 8 14:54:39 PST 2013


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





--- Comment #37 from Eric Carlson <eric.carlson at apple.com>  2013-11-08 14:53:24 PST ---
(In reply to comment #34)
> (In reply to comment #32)
> > (In reply to comment #21)
> > > (In reply to comment #19)
> > > > (From update of attachment 216278 [details] [details] [details] [details])
> > > > View in context: https://bugs.webkit.org/attachment.cgi?id=216278&action=review
> > > > 
> > > > > LayoutTests/media/video-ended-event-negative-playback.html:22
> > > > > +        <video loop/>
> > > > 
> > > > I wonder if the failure on the Mac is because of this: a video element is not a void element, it must have an end tag
> > > > 
> > > > > Source/WebCore/html/HTMLMediaElement.cpp:3679
> > > > >      double dur = duration();
> > > > 
> > > > As before, can you please get rid of the "dur" abbreviation while you are here: 
> > > > 
> > > > double duration = this->duration();
> > > 
> > > I cannot change 'dur' to 'duration' because then i would get compiler error. Var name cannot override function name used in same scope.
> > 
> > Really? Did you actually try my suggestion?
> Yes, i tried to be 100% sure after your second question about it.

Odd, add "this->" to the method call makes it work for me.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list