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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user