Bug 240660 - TextTrackCue should get its document from its ActiveDOMObject base class
Summary: TextTrackCue should get its document from its ActiveDOMObject base class
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-05-19 09:33 PDT by Chris Dumez
Modified: 2022-05-19 12:45 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2022-05-19 09:33:25 PDT
TextTrackCue should get its document for its ActiveDOMObject base class instead of requiring an extra data member to store it.
Comment 1 Chris Dumez 2022-05-19 09:33:34 PDT
<rdar://93512736>
Comment 2 Chris Dumez 2022-05-19 09:35:57 PDT
Pull request: https://github.com/WebKit/WebKit/pull/787
Comment 3 EWS 2022-05-19 12:19:31 PDT
Committed r294498 (250757@main): <https://commits.webkit.org/250757@main>

Reviewed commits have been landed. Closing PR #787 and removing active labels.