summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/audio/AudioBus.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/audio/AudioBus.h')
-rw-r--r--Source/WebCore/platform/audio/AudioBus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/platform/audio/AudioBus.h b/Source/WebCore/platform/audio/AudioBus.h
index 4318b81..888f6bf 100644
--- a/Source/WebCore/platform/audio/AudioBus.h
+++ b/Source/WebCore/platform/audio/AudioBus.h
@@ -39,7 +39,8 @@ namespace WebCore {
// An AudioBus represents a collection of one or more AudioChannels.
// The data layout is "planar" as opposed to "interleaved".
// An AudioBus with one channel is mono, an AudioBus with two channels is stereo, etc.
-class AudioBus : public Noncopyable {
+class AudioBus {
+ WTF_MAKE_NONCOPYABLE(AudioBus);
public:
enum {
ChannelLeft = 0,