зеркало из https://github.com/mozilla/pjs.git
Bug 385096 - make sure component transfer filter functions call base Init.
r=jwatt, sr=roc
This commit is contained in:
Родитель
a7f02175e2
Коммит
d4ff348756
|
@ -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[] = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче