| Index: Source/core/svg/SVGPaint.cpp
|
| diff --git a/Source/core/svg/SVGPaint.cpp b/Source/core/svg/SVGPaint.cpp
|
| index cb80ac73a7633d2aa51f30fdd9897ef7abbf3b04..295eb3555229f85ee36e042f5ac91766ab8abe91 100644
|
| --- a/Source/core/svg/SVGPaint.cpp
|
| +++ b/Source/core/svg/SVGPaint.cpp
|
| @@ -63,9 +63,9 @@ void SVGPaint::setUri(const String&)
|
| // The setters are the most problematic part so we remove the support for those first.
|
| }
|
|
|
| -void SVGPaint::setPaint(unsigned short, const String&, const String&, const String&, ExceptionState& es)
|
| +void SVGPaint::setPaint(unsigned short, const String&, const String&, const String&, ExceptionState& exceptionState)
|
| {
|
| - es.throwUninformativeAndGenericDOMException(NoModificationAllowedError);
|
| + exceptionState.throwUninformativeAndGenericDOMException(NoModificationAllowedError);
|
| }
|
|
|
| String SVGPaint::customCSSText() const
|
|
|