| Index: Source/modules/webaudio/WaveShaperNode.cpp
|
| diff --git a/Source/modules/webaudio/WaveShaperNode.cpp b/Source/modules/webaudio/WaveShaperNode.cpp
|
| index 3e84aaa304b5f78b4ebf588164b332468e5fc943..60bb145e1bc9bc3ba5567386af75c52314655935 100644
|
| --- a/Source/modules/webaudio/WaveShaperNode.cpp
|
| +++ b/Source/modules/webaudio/WaveShaperNode.cpp
|
| @@ -74,10 +74,7 @@ void WaveShaperNode::setOversample(const String& type, ExceptionState& exception
|
| } else {
|
| exceptionState.throwDOMException(
|
| InvalidStateError,
|
| - ExceptionMessages::failedToSet(
|
| - "oversample",
|
| - "WaveShaperNode",
|
| - "invalid oversample '" + type + "': must be 'none', '2x', or '4x'."));
|
| + "The value provided ('" + type + "') is not one of 'none', '2x', or '4x'.");
|
| }
|
| }
|
|
|
|
|