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

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.cpp

Issue 1557363002: Remove the WEB_AUDIO compile time flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.cpp b/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.cpp
index 01cac9914283cb18c1012c8006b9811ada9b0cad..0d1c78818c906394dbc7eb818a35621ce8483710 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.cpp
@@ -24,8 +24,6 @@
#include "modules/webaudio/AudioProcessingEvent.h"
-#if ENABLE(WEB_AUDIO)
-
namespace blink {
PassRefPtrWillBeRawPtr<AudioProcessingEvent> AudioProcessingEvent::create()
@@ -68,4 +66,3 @@ DEFINE_TRACE(AudioProcessingEvent)
} // namespace blink
-#endif // ENABLE(WEB_AUDIO)

Powered by Google App Engine
This is Rietveld 408576698