Bug 385096 - make sure component transfer filter functions call base Init.

r=jwatt, sr=roc
This commit is contained in:
tor@cs.brown.edu 2007-06-21 08:09:43 -07:00
parent c7e0ea69d0
commit 8ce0584af2

View File

@ -1836,7 +1836,8 @@ nsSVGComponentTransferFunctionElement::nsSVGComponentTransferFunctionElement(nsI
nsresult
nsSVGComponentTransferFunctionElement::Init()
{
nsresult rv;
nsresult rv = nsSVGComponentTransferFunctionElementBase::Init();
NS_ENSURE_SUCCESS(rv,rv);
// enumeration mappings
static struct nsSVGEnumMapping gComponentTransferTypes[] = {