[webkit-reviews] review granted: [Bug 23737] HTMLMediaElement should encapsulate more of the logic needed by default controller : [Attachment 27324] proposed patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 9 09:43:13 PST 2009
Antti Koivisto <koivisto at iki.fi> has granted Eric Carlson
<eric.carlson at apple.com>'s request for review:
Bug 23737: HTMLMediaElement should encapsulate more of the logic needed by
default controller
https://bugs.webkit.org/show_bug.cgi?id=23737
Attachment 27324: proposed patch
https://bugs.webkit.org/attachment.cgi?id=27324&action=review
------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
r=me
> + if (m_pausedInternal) {
> + setPausedInternal(false);
> + }
No need for {}
More information about the webkit-reviews
mailing list