| Index: Source/modules/webaudio/AnalyserNode.cpp
|
| diff --git a/Source/modules/webaudio/AnalyserNode.cpp b/Source/modules/webaudio/AnalyserNode.cpp
|
| index d8446340113db655c2c435c10e0a5758bb31f5e2..128840ef9b0e2787c49a12668f9f3992613f2fc4 100644
|
| --- a/Source/modules/webaudio/AnalyserNode.cpp
|
| +++ b/Source/modules/webaudio/AnalyserNode.cpp
|
| @@ -76,7 +76,7 @@ void AnalyserNode::reset()
|
| void AnalyserNode::setFftSize(unsigned size, ExceptionState& es)
|
| {
|
| if (!m_analyser.setFftSize(size))
|
| - es.throwDOMException(NotSupportedError);
|
| + es.throwUninformativeAndGenericDOMException(NotSupportedError);
|
| }
|
|
|
| } // namespace WebCore
|
|
|