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

Unified Diff: third_party/WebKit/Source/modules/webaudio/StereoPannerNode.idl

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/StereoPannerNode.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.idl b/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.idl
index 74f23549179a8a48f61674559f61a7e4f510fe16..d0a777639642f56e400dfd9358d4edaf388b8ba0 100644
--- a/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.idl
+++ b/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.idl
@@ -4,7 +4,6 @@
[
NoInterfaceObject,
- Conditional=WEB_AUDIO
] interface StereoPannerNode : AudioNode {
readonly attribute AudioParam pan;

Powered by Google App Engine
This is Rietveld 408576698