mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 385096 - make sure component transfer filter functions call base Init.
r=jwatt, sr=roc
This commit is contained in:
parent
c7e0ea69d0
commit
8ce0584af2
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user