RESOLVED FIXED 214902
Move non standard OscillatorNode API to new webKitOscillatorNode interface
https://bugs.webkit.org/show_bug.cgi?id=214902
Summary Move non standard OscillatorNode API to new webKitOscillatorNode interface
Chris Dumez
Reported 2020-07-28 15:51:08 PDT
Move non standard OscillatorNode API to new WebKitOscillatorNode interface, so that the unprefixed OscillatorNode is fully spec-compliant.
Attachments
Patch (26.72 KB, patch)
2020-07-28 17:09 PDT, Chris Dumez
no flags
Patch (26.72 KB, patch)
2020-07-28 18:25 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2020-07-28 17:09:53 PDT
Darin Adler
Comment 2 2020-07-28 17:19:33 PDT
Comment on attachment 405428 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=405428&action=review > Source/WebCore/Modules/webaudio/WebKitOscillatorNode.h:32 > +class WebKitOscillatorNode : public OscillatorNode { final > Source/WebCore/Modules/webaudio/WebKitOscillatorNode.h:46 > + const char* activeDOMObjectName() const final { return "WebKitOscillatorNode"; } private
Chris Dumez
Comment 3 2020-07-28 18:25:06 PDT
EWS
Comment 4 2020-07-28 22:18:39 PDT
Committed r265028: <https://trac.webkit.org/changeset/265028> All reviewed patches have been landed. Closing bug and clearing flags on attachment 405431 [details].
Radar WebKit Bug Importer
Comment 5 2020-07-28 22:19:21 PDT
Note You need to log in before you can comment on or make changes to this bug.