Patch-Source: cports/dev/webkitgtk/patches/typo.patch --- a/Source/WebCore/platform/audio/DenormalDisabler.cpp +++ b/Source/WebCore/platform/audio/DenormalDisabler.cpp @@ -91,7 +91,7 @@ DenormalDisabler::~DenormalDisabler() } } #else -DenormalDisabler::DenormalDisabler() = default +DenormalDisabler::DenormalDisabler() = default; DenormalDisabler::~DenormalDisabler() = default; #endif