Bug 66835 - fix method hiding warnings by renaming some methods on nsIContent. r=jag, sr=jst.

git-svn-id: svn://10.0.0.236/trunk@101283 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com
2001-08-17 08:14:14 +00:00
parent 7c473115e1
commit 7da361b479
138 changed files with 1354 additions and 1314 deletions

View File

@@ -315,7 +315,7 @@ nsResizerFrame::GetInitialDirection(eDirection& aDirection)
if (!content)
return PR_FALSE;
if (NS_CONTENT_ATTR_HAS_VALUE == content->GetAttribute(kNameSpaceID_None, nsXULAtoms::dir, value))
if (NS_CONTENT_ATTR_HAS_VALUE == content->GetAttr(kNameSpaceID_None, nsXULAtoms::dir, value))
{
return EvalDirection(value,aDirection);
}