| Index: Source/core/svg/SVGPaint.cpp
|
| diff --git a/Source/core/svg/SVGPaint.cpp b/Source/core/svg/SVGPaint.cpp
|
| index ae2b9555864ddcc873e65a2b1e0d98b340203a0c..538845d42e7f0db14e71e120fd25141bd8180101 100644
|
| --- a/Source/core/svg/SVGPaint.cpp
|
| +++ b/Source/core/svg/SVGPaint.cpp
|
| @@ -65,7 +65,7 @@ void SVGPaint::setUri(const String&)
|
|
|
| void SVGPaint::setPaint(unsigned short, const String&, const String&, const String&, ExceptionState& es)
|
| {
|
| - es.throwDOMException(NoModificationAllowedError);
|
| + es.throwUninformativeAndGenericDOMException(NoModificationAllowedError);
|
| }
|
|
|
| String SVGPaint::customCssText() const
|
|
|