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