| Index: Source/modules/webaudio/OscillatorNode.cpp
|
| diff --git a/Source/modules/webaudio/OscillatorNode.cpp b/Source/modules/webaudio/OscillatorNode.cpp
|
| index ad8f55449d805365bbf51b192d7c0e06e2f115b9..cb326606118fa0952153451ef14178b8167d7c62 100644
|
| --- a/Source/modules/webaudio/OscillatorNode.cpp
|
| +++ b/Source/modules/webaudio/OscillatorNode.cpp
|
| @@ -112,7 +112,7 @@ void OscillatorNode::setType(const String& type)
|
|
|
| bool OscillatorNode::setType(unsigned type)
|
| {
|
| - PeriodicWave* periodicWave = 0;
|
| + PeriodicWave* periodicWave = nullptr;
|
| float sampleRate = this->sampleRate();
|
|
|
| switch (type) {
|
|
|