AudioParam does not need to store its values as double. float precision is sufficient for WebAudio values and we end up casting these values to float anyway.
Created attachment 407428 [details] Patch
Comment on attachment 407428 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=407428&action=review > Source/WebCore/Modules/webaudio/AudioParam.h:85 > + unsigned units() const { return 0; } Maybe change to a static member function for now since it just returns a constant; eventually delete it.
Created attachment 407434 [details] Patch
Created attachment 407435 [details] Patch
Comment on attachment 407435 [details] Patch Clearing flags on attachment: 407435 Committed r266263: <https://trac.webkit.org/changeset/266263>
All reviewed patches have been landed. Closing bug.
<rdar://problem/67905259>