| Index: third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl b/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
|
| index 950ce166ce174173639414db82e0863d652cac6b..6c8e6890cb911edc8ad31dae86a14317e0849046 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
|
| +++ b/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
|
| @@ -4,5 +4,5 @@
|
|
|
| // See https://webaudio.github.io/web-audio-api/#periodicwaveconstraints
|
| dictionary PeriodicWaveConstraints {
|
| - boolean disableNormalization;
|
| + boolean disableNormalization = false;
|
| };
|
|
|