aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/PannerNode.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/PannerNode.webidl')
-rw-r--r--components/script/dom/webidls/PannerNode.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/PannerNode.webidl b/components/script/dom/webidls/PannerNode.webidl
index 18d01f52b11..b1c1cdfb68f 100644
--- a/components/script/dom/webidls/PannerNode.webidl
+++ b/components/script/dom/webidls/PannerNode.webidl
@@ -45,7 +45,7 @@ interface PannerNode : AudioNode {
readonly attribute AudioParam orientationY;
readonly attribute AudioParam orientationZ;
attribute DistanceModelType distanceModel;
- attribute double refDistance;
+ [SetterThrows] attribute double refDistance;
[SetterThrows] attribute double maxDistance;
[SetterThrows] attribute double rolloffFactor;
attribute double coneInnerAngle;