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 15:09:43 +00:00
Родитель a7f02175e2
Коммит d4ff348756
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

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