From 51204afc90d5dd0a66088eb3249ba9e01d3f521d Mon Sep 17 00:00:00 2001 From: Moonchild Date: Mon, 29 Aug 2022 01:01:43 +0000 Subject: Issue #1956 - Fix C++ code standard conformance issue in webaudio --- dom/media/webaudio/blink/DynamicsCompressor.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dom/media/webaudio/blink/DynamicsCompressor.h b/dom/media/webaudio/blink/DynamicsCompressor.h index f460836b49..24f4fc7f71 100644 --- a/dom/media/webaudio/blink/DynamicsCompressor.h +++ b/dom/media/webaudio/blink/DynamicsCompressor.h @@ -1,5 +1,6 @@ /* - * Copyright (C) 2011 Google Inc. All rights reserved. + * Copyright (C) 2011 Google Inc. + * Copyright (C) 2022 Moonchild Productions. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -104,7 +105,7 @@ protected: float m_lastAnchor; float m_lastFilterStageGain; - typedef struct { + typedef struct ZeroPoleFilterPack4 { ZeroPole filters[4]; size_t sizeOfIncludingThis(mozilla::MallocSizeOf aMallocSizeOf) const { -- cgit v1.2.3