Index: Source/modules/webaudio/AsyncAudioDecoder.h |
diff --git a/Source/modules/webaudio/AsyncAudioDecoder.h b/Source/modules/webaudio/AsyncAudioDecoder.h |
index 8e39cb74b730f907edea2a3f63f0a8aa72b19e85..67c9966fcb044e0df5ddea3d5bd162a5f394629f 100644 |
--- a/Source/modules/webaudio/AsyncAudioDecoder.h |
+++ b/Source/modules/webaudio/AsyncAudioDecoder.h |
@@ -40,6 +40,7 @@ class DOMArrayBuffer; |
// Upon successful decoding, a completion callback will be invoked with the decoded PCM data in an AudioBuffer. |
class AsyncAudioDecoder { |
+ DISALLOW_ALLOCATION(); |
WTF_MAKE_NONCOPYABLE(AsyncAudioDecoder); |
public: |
AsyncAudioDecoder(); |