AudioNode.disconnect() does not match the specification. There are a lot of overloads in the specification that we do not support.
Created attachment 406739 [details] Patch
Comment on attachment 406739 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=406739&action=review > Source/WebCore/ChangeLog:9 > + AudioNode.disconnect() did not match the specification. There were a lot of overloads in > + the specification that we do not support: There is a minor tense problem here, should either be "There were ... that we did not..." or "There are ... that we do not ..."
Committed r265781: <https://trac.webkit.org/changeset/265781>
<rdar://problem/67278263>