summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/audio/HRTFElevation.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/audio/HRTFElevation.h')
-rw-r--r--Source/WebCore/platform/audio/HRTFElevation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/platform/audio/HRTFElevation.h b/Source/WebCore/platform/audio/HRTFElevation.h
index b388b34..24b7822 100644
--- a/Source/WebCore/platform/audio/HRTFElevation.h
+++ b/Source/WebCore/platform/audio/HRTFElevation.h
@@ -43,7 +43,8 @@ namespace WebCore {
// HRTFElevation contains all of the HRTFKernels (one left ear and one right ear per azimuth angle) for a particular elevation.
-class HRTFElevation : public Noncopyable {
+class HRTFElevation {
+ WTF_MAKE_NONCOPYABLE(HRTFElevation);
public:
// Loads and returns an HRTFElevation with the given HRTF database subject name and elevation from browser (or WebKit.framework) resources.
// Normally, there will only be a single HRTF database set, but this API supports the possibility of multiple ones with different names.