After activating media-source feature, a crash appears when requesting properties of source buffer list with Web Inspector. It looks to be caused by inheriting directly from EventTarget. It appears since integration of bug #118752.
Created attachment 214573 [details] Patch
Comment on attachment 214573 [details] Patch Yep, I've seen this too. I think there's a deeper problem in the generator, as other IDLs inherit from EventTarget, though not without also being ActiveDOMObjects. In the meantime, this is a good fix.
Comment on attachment 214573 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=214573&action=review > Source/WebCore/ChangeLog:8 > + No new tests (OOPS!). Is this covered by existing regression tests? How will we know to not break this again in the future?
(In reply to comment #3) > (From update of attachment 214573 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=214573&action=review > > > Source/WebCore/ChangeLog:8 > > + No new tests (OOPS!). > > Is this covered by existing regression tests? How will we know to not break this again in the future? It is covered by the media-source tests that are currently skipped. Media-source tests will be activated with bug #99065