| Index: Source/modules/webaudio/OscillatorNode.cpp
|
| diff --git a/Source/modules/webaudio/OscillatorNode.cpp b/Source/modules/webaudio/OscillatorNode.cpp
|
| index a2d95dcb4a3508320a64deda6a12e2f669a2c7b4..24957597087a2c8234b1abc0b04e1883ee717df6 100644
|
| --- a/Source/modules/webaudio/OscillatorNode.cpp
|
| +++ b/Source/modules/webaudio/OscillatorNode.cpp
|
| @@ -107,8 +107,6 @@ void OscillatorNode::setType(const String& type)
|
| setType(SAWTOOTH);
|
| else if (type == "triangle")
|
| setType(TRIANGLE);
|
| - else
|
| - ASSERT_NOT_REACHED();
|
| }
|
|
|
| bool OscillatorNode::setType(unsigned type)
|
|
|