Remove txAtom.h and remove uses of special tx-macros for atoms.

b=157142 r=Pike sr=peterv


git-svn-id: svn://10.0.0.236/trunk@136648 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sicking%bigfoot.com
2003-01-19 23:17:13 +00:00
parent 4bee99bdba
commit 7ed1750027
41 changed files with 134 additions and 294 deletions

View File

@@ -310,6 +310,6 @@ nsresult StringFunctionCall::getNameAtom(nsIAtom** aAtom)
return NS_ERROR_FAILURE;
}
}
TX_ADDREF_ATOM(*aAtom);
NS_ADDREF(*aAtom);
return NS_OK;
}