Bug 279057 - Implement hasFeature for XForms. Patch by smaug, r=bryner/sr=jst

git-svn-id: svn://10.0.0.236/trunk@169429 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
doronr%us.ibm.com
2005-02-18 21:32:46 +00:00
parent e54571aca7
commit 86f11fca63
10 changed files with 180 additions and 18 deletions

View File

@@ -254,7 +254,8 @@ nsGenericDOMDataNode::IsSupported(const nsAString& aFeature,
const nsAString& aVersion,
PRBool* aReturn)
{
return nsGenericElement::InternalIsSupported(aFeature, aVersion, aReturn);
return nsGenericElement::InternalIsSupported(NS_STATIC_CAST(nsIContent*, this),
aFeature, aVersion, aReturn);
}
nsresult