Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa

git-svn-id: svn://10.0.0.236/trunk@117347 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2002-03-23 22:46:13 +00:00
parent 32a61a0295
commit 8f2c550aff
67 changed files with 501 additions and 501 deletions

View File

@@ -124,7 +124,7 @@ nsXBLEventHandler::RemoveEventHandlers()
/// Helpers that are relegated to the end of the file /////////////////////////////
nsresult
nsXBLEventHandler::GetTextData(nsIContent *aParent, nsAWritableString& aResult)
nsXBLEventHandler::GetTextData(nsIContent *aParent, nsAString& aResult)
{
aResult.Truncate(0);