Move non standard OscillatorNode API to new WebKitOscillatorNode interface, so that the unprefixed OscillatorNode is fully spec-compliant.
Created attachment 405428 [details] Patch
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
Created attachment 405431 [details] Patch
Committed r265028: <https://trac.webkit.org/changeset/265028> All reviewed patches have been landed. Closing bug and clearing flags on attachment 405431 [details].
<rdar://problem/66255126>