My guess at AIX and OS/2 bustage was wrong -- backing it out. Someone with access to a machine with one of those compilers will have to try various things here.

git-svn-id: svn://10.0.0.236/trunk@106156 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2001-10-24 09:03:46 +00:00
parent be692fb779
commit 2f1eb6d907
2 changed files with 4 additions and 6 deletions

View File

@@ -206,9 +206,8 @@ nsStyleContext::QueryInterface(const nsIID& aIID, void** aInstancePtr)
nsIStyleContext* nsStyleContext::GetParent(void) const
{
nsIStyleContext *rv = mParent;
NS_IF_ADDREF(rv);
return rv;
NS_IF_ADDREF(mParent);
return mParent;
}
NS_IMETHODIMP