[webkit-reviews] review granted: [Bug 71123] Implement TextTrackList and the textTracks attribute of HTMLMediaElement : [Attachment 114565] Addressing Geoff's comments.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 15:50:06 PST 2011


Sam Weinig <sam at webkit.org> has granted Eric Carlson <eric.carlson at apple.com>'s
request for review:
Bug 71123: Implement TextTrackList and the textTracks attribute of
HTMLMediaElement
https://bugs.webkit.org/show_bug.cgi?id=71123

Attachment 114565: Addressing Geoff's comments.
https://bugs.webkit.org/attachment.cgi?id=114565&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=114565&action=review


> Source/WebCore/html/HTMLTrackElement.cpp:46
> +    , m_track(0)

You don't have to initialize this since it is in a RefPtr.


More information about the webkit-reviews mailing list