Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4262)

Unified Diff: Source/modules/webaudio/AudioNode.cpp

Issue 604753003: Removing #ifdefs for WEB_AUDIO compile time flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/webaudio/AudioNode.cpp
diff --git a/Source/modules/webaudio/AudioNode.cpp b/Source/modules/webaudio/AudioNode.cpp
index 368756924bbb422ed4264bd9a773cf4e83835d6d..ddae293d5c2f995ad523eb85ffa2fc56c9d6cf41 100644
--- a/Source/modules/webaudio/AudioNode.cpp
+++ b/Source/modules/webaudio/AudioNode.cpp
@@ -24,8 +24,6 @@
#include "config.h"
-#if ENABLE(WEB_AUDIO)
-
#include "modules/webaudio/AudioNode.h"
#include "bindings/core/v8/ExceptionState.h"
@@ -572,5 +570,3 @@ void AudioNode::updateChannelCountMode()
}
} // namespace blink
-
-#endif // ENABLE(WEB_AUDIO)

Powered by Google App Engine
This is Rietveld 408576698