Use is<>() / downcast<>() for TextTrack subclasses
Created attachment 239308 [details] Patch
Comment on attachment 239308 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=239308&action=review > Source/WebCore/html/track/TextTrackList.cpp:54 > -int TextTrackList::getTrackIndex(TextTrack *textTrack) > +int TextTrackList::getTrackIndex(TextTrack* textTrack) We don't have to do it in this patch but we should use reference for textTrack.
Comment on attachment 239308 [details] Patch Clearing flags on attachment: 239308 Committed r174338: <http://trac.webkit.org/changeset/174338>
All reviewed patches have been landed. Closing bug.