RESOLVED FIXED 110716
[Mac] cleanup MediaPlayerPrivateAVFoundation and InbandTextTrackPrivateAVF
https://bugs.webkit.org/show_bug.cgi?id=110716
Summary [Mac] cleanup MediaPlayerPrivateAVFoundation and InbandTextTrackPrivateAVF
Eric Carlson
Reported 2013-02-24 12:53:59 PST
Minor cleanup of the MediaPlayerPrivateAVFoundation and InbandTextTrackPrivateAVF classes
Attachments
Proposed patch (7.94 KB, patch)
2013-02-24 13:11 PST, Eric Carlson
buildbot: commit-queue-
Updated patch. (8.35 KB, patch)
2013-02-24 14:41 PST, Eric Carlson
no flags
Radar WebKit Bug Importer
Comment 1 2013-02-24 12:54:31 PST
Eric Carlson
Comment 2 2013-02-24 13:11:28 PST
Created attachment 189987 [details] Proposed patch
Build Bot
Comment 3 2013-02-24 13:37:41 PST
Comment on attachment 189987 [details] Proposed patch Attachment 189987 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://queues.webkit.org/results/16730681
Build Bot
Comment 4 2013-02-24 14:01:15 PST
Comment on attachment 189987 [details] Proposed patch Attachment 189987 [details] did not pass mac-ews (mac): Output: http://queues.webkit.org/results/16735666
Eric Carlson
Comment 5 2013-02-24 14:41:55 PST
Created attachment 189988 [details] Updated patch.
Alexey Proskuryakov
Comment 6 2013-02-24 16:13:58 PST
Comment on attachment 189988 [details] Updated patch. View in context: https://bugs.webkit.org/attachment.cgi?id=189988&action=review > Source/WebCore/platform/graphics/avfoundation/InbandTextTrackPrivateAVF.h:40 > + virtual ~AVFInbandTrackParent() { } Since there is already a matching .cpp file, it's better to to have the implementation there. Inlining destructors and constructors of polymorphic classes significantly and unnecessarily increases code bloat.
Eric Carlson
Comment 7 2013-02-24 20:00:23 PST
Note You need to log in before you can comment on or make changes to this bug.