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 d22cf92ba6
commit 3bf4b46c55

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[] = {