Index: Source/modules/webaudio/StereoPannerNode.idl |
diff --git a/Source/core/frame/NavigatorCPU.idl b/Source/modules/webaudio/StereoPannerNode.idl |
similarity index 63% |
copy from Source/core/frame/NavigatorCPU.idl |
copy to Source/modules/webaudio/StereoPannerNode.idl |
index 8ec502c58fcc58b61fca0728c16f90bbf480196a..74f23549179a8a48f61674559f61a7e4f510fe16 100644 |
--- a/Source/core/frame/NavigatorCPU.idl |
+++ b/Source/modules/webaudio/StereoPannerNode.idl |
@@ -4,6 +4,9 @@ |
[ |
NoInterfaceObject, |
-] interface NavigatorCPU { |
- readonly attribute unsigned long hardwareConcurrency; |
-}; |
+ Conditional=WEB_AUDIO |
+] interface StereoPannerNode : AudioNode { |
+ |
+ readonly attribute AudioParam pan; |
+ |
+}; |