| Index: third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h
|
| index 5667fc9babd97bc9092f7b9a9257c854f47facd4..0f034ab24aeb40a13b7459b14d23e0c9197ae3ae 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h
|
| @@ -31,8 +31,6 @@
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| namespace blink {
|
|
|
| class AbstractAudioContext;
|
| @@ -76,6 +74,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
| -
|
| #endif // MediaStreamAudioDestinationNode_h
|
|
|