follow-up to bug 278061 : rid of trivial (but potentially critical) typos ,patch by masayuki : r=me, sr=bz

This commit is contained in:
jshin%mailaps.org 2005-02-02 17:07:51 +00:00
parent 58fa7fbbad
commit 2e3c2570c4

View File

@ -464,7 +464,7 @@ nsDOMUIEvent::GetReconversionReply(nsReconversionEventReply** aReply)
*aReply = &(NS_STATIC_CAST(nsReconversionEvent*, mEvent)->theReply);
return NS_OK;
}
aReply = nsnull;
*aReply = nsnull;
return NS_ERROR_FAILURE;
}
@ -476,7 +476,7 @@ nsDOMUIEvent::GetQueryCaretRectReply(nsQueryCaretRectEventReply** aReply)
*aReply = &(NS_STATIC_CAST(nsQueryCaretRectEvent*, mEvent)->theReply);
return NS_OK;
}
aReply = nsnull;
*aReply = nsnull;
return NS_ERROR_FAILURE;
}