| Index: LayoutTests/webaudio/resources/distance-model-testing.js
|
| diff --git a/LayoutTests/webaudio/resources/distance-model-testing.js b/LayoutTests/webaudio/resources/distance-model-testing.js
|
| index d133fc0b32c46fd716b9eb7d6bbf88efb2ca00af..933cc146496c9f5dc6c158cda53256432232d052 100644
|
| --- a/LayoutTests/webaudio/resources/distance-model-testing.js
|
| +++ b/LayoutTests/webaudio/resources/distance-model-testing.js
|
| @@ -129,7 +129,7 @@ function checkDistanceResult(model) {
|
| // The max allowed error between the actual gain and the expected
|
| // value. This is determined experimentally. Set to 0 to see what
|
| // the actual errors are.
|
| - var maxAllowedError = 2.3e-6;
|
| + var maxAllowedError = 3.3e-6;
|
|
|
| var success = true;
|
|
|
|
|