| Index: Source/core/svg/SVGLocatable.cpp
|
| diff --git a/Source/core/svg/SVGLocatable.cpp b/Source/core/svg/SVGLocatable.cpp
|
| index c3354c9e8793a45f975a11f3a169b5e819c16281..5262edd2f60190aca1b5f7fbafe5e9ca22cc4a00 100644
|
| --- a/Source/core/svg/SVGLocatable.cpp
|
| +++ b/Source/core/svg/SVGLocatable.cpp
|
| @@ -104,7 +104,7 @@ AffineTransform SVGLocatable::getTransformToElement(SVGElement* target, Exceptio
|
| if (target && target->isSVGGraphicsElement()) {
|
| AffineTransform targetCTM = toSVGGraphicsElement(target)->getCTM(styleUpdateStrategy);
|
| if (!targetCTM.isInvertible()) {
|
| - es.throwDOMException(InvalidStateError);
|
| + es.throwUninformativeAndGenericDOMException(InvalidStateError);
|
| return ctm;
|
| }
|
| ctm = targetCTM.inverse() * ctm;
|
|
|