Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
index cc59b2ca22693d76908fdf1a8c1f79d9284fa02c..bd89bc1cf429f8fd657a4ce3b3014caa55e99d20 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
@@ -584,7 +584,7 @@ private: |
// AudioSourceProviderImpl wraps a WebAudioSourceProvider. |
// provideInput() calls into Chromium to get a rendered audio stream. |
class AudioSourceProviderImpl final : public AudioSourceProvider { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
AudioSourceProviderImpl() |
: m_webAudioSourceProvider(nullptr) |