зеркало из https://github.com/mozilla/gecko-dev.git
Bug#164049: Fix SVGTransform.setMatrix(null) crash. Patch by <jonathan.watt@strath.ac.uk>. SVG only - not part of default builds.
This commit is contained in:
Родитель
d563452e1c
Коммит
43372b4e11
|
@ -243,6 +243,8 @@ NS_IMETHODIMP nsSVGTransform::GetAngle(float *aAngle)
|
|||
/* void setMatrix (in nsIDOMSVGMatrix matrix); */
|
||||
NS_IMETHODIMP nsSVGTransform::SetMatrix(nsIDOMSVGMatrix *matrix)
|
||||
{
|
||||
NS_ENSURE_ARG(matrix);
|
||||
|
||||
WillModify();
|
||||
|
||||
mType = SVG_TRANSFORM_MATRIX;
|
||||
|
|
Загрузка…
Ссылка в новой задаче