| Index: Source/core/svg/properties/SVGTransformListPropertyTearOff.h
|
| diff --git a/Source/core/svg/properties/SVGTransformListPropertyTearOff.h b/Source/core/svg/properties/SVGTransformListPropertyTearOff.h
|
| index b3064569d6d79a4525a1e6ed77b04162f799e5be..d57f8872efacbc14a89b48e292c8147aeeaffb61 100644
|
| --- a/Source/core/svg/properties/SVGTransformListPropertyTearOff.h
|
| +++ b/Source/core/svg/properties/SVGTransformListPropertyTearOff.h
|
| @@ -43,7 +43,7 @@ public:
|
| {
|
| ASSERT(m_values);
|
| if (!matrix) {
|
| - es.throwDOMException(TypeMismatchError);
|
| + es.throwUninformativeAndGenericDOMException(TypeMismatchError);
|
| return 0;
|
| }
|
| return SVGPropertyTearOff<SVGTransform>::create(m_values->createSVGTransformFromMatrix(matrix->propertyReference()));
|
|
|