Use more inline initialization and constexpr in WebAudio code.
Created attachment 409610 [details] Patch
Comment on attachment 409610 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=409610&action=review > Source/WebCore/platform/audio/HRTFPanner.h:85 > + int m_azimuthIndex1 { UninitializedAzimuth }; Maybe these become optionals too? > Source/WebCore/platform/audio/HRTFPanner.h:89 > + int m_azimuthIndex2 { UninitializedAzimuth }; Maybe these become optionals too?
Created attachment 409612 [details] Patch
Committed r267544: <https://trac.webkit.org/changeset/267544> All reviewed patches have been landed. Closing bug and clearing flags on attachment 409612 [details].
<rdar://problem/69521117>