Bug 137438

Summary: Use is<>() / downcast<>() for TextTrack subclasses
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, calvaris, commit-queue, darin, eric.carlson, esprehn+autocc, glenn, gyuyoung.kim, jer.noble, kling, philipj, rniwa, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 137056    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Chris Dumez
Reported 2014-10-05 17:39:15 PDT
Use is<>() / downcast<>() for TextTrack subclasses
Attachments
Patch (6.68 KB, patch)
2014-10-05 17:43 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2014-10-05 17:43:20 PDT
Ryosuke Niwa
Comment 2 2014-10-05 21:35:05 PDT
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.
WebKit Commit Bot
Comment 3 2014-10-05 22:11:00 PDT
Comment on attachment 239308 [details] Patch Clearing flags on attachment: 239308 Committed r174338: <http://trac.webkit.org/changeset/174338>
WebKit Commit Bot
Comment 4 2014-10-05 22:11:08 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.