Bug 519107 - SVGElement::isSupported is not supported. r=longsonr

This commit is contained in:
Takeshi Kurosawa 2009-10-07 19:17:03 +01:00
parent e25cec0e24
commit 07cc80f161

View File

@ -860,8 +860,7 @@ nsSVGElement::sLightingEffectsMap[] = {
NS_IMETHODIMP
nsSVGElement::IsSupported(const nsAString& aFeature, const nsAString& aVersion, PRBool* aReturn)
{
NS_NOTYETIMPLEMENTED("nsSVGElement::IsSupported");
return NS_ERROR_NOT_IMPLEMENTED;
return nsGenericElement::IsSupported(aFeature, aVersion, aReturn);
}
//----------------------------------------------------------------------