summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/audio/HRTFDatabase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/audio/HRTFDatabase.h')
-rw-r--r--Source/WebCore/platform/audio/HRTFDatabase.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/platform/audio/HRTFDatabase.h b/Source/WebCore/platform/audio/HRTFDatabase.h
index c33b38f..bf13a3a 100644
--- a/Source/WebCore/platform/audio/HRTFDatabase.h
+++ b/Source/WebCore/platform/audio/HRTFDatabase.h
@@ -43,7 +43,8 @@ namespace WebCore {
class HRTFKernel;
-class HRTFDatabase : public Noncopyable {
+class HRTFDatabase {
+ WTF_MAKE_NONCOPYABLE(HRTFDatabase);
public:
static PassOwnPtr<HRTFDatabase> create(double sampleRate);