| Index: third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.idl
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.idl b/third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.idl
|
| index b8c11eb300c6bdf9bc099084318a88a4d76c0a77..87713a0f0a06df6816cbb6fcab9afd02c8311261 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.idl
|
| +++ b/third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.idl
|
| @@ -4,5 +4,5 @@
|
|
|
| // See https://webaudio.github.io/web-audio-api/#stereopanneroptions
|
| dictionary StereoPannerOptions : AudioNodeOptions {
|
| - float pan;
|
| + float pan = 0;
|
| };
|
|
|