Bug 200514. Topcrash due to accessibility rewrite. r=kyle, sr=henry

This commit is contained in:
aaronl%netscape.com 2003-04-08 01:51:54 +00:00
parent 403150f676
commit ababe9f296

View File

@ -831,7 +831,7 @@ IDispatch *nsAccessibleWrap::NativeAccessible(nsIAccessible *aXPAccessible)
void nsAccessibleWrap::GetXPAccessibleFor(VARIANT varChild, nsIAccessible **aXPAccessible) void nsAccessibleWrap::GetXPAccessibleFor(VARIANT varChild, nsIAccessible **aXPAccessible)
{ {
aXPAccessible = nsnull; *aXPAccessible = nsnull;
// if its us real easy - this seems to always be the case // if its us real easy - this seems to always be the case
if (varChild.lVal == CHILDID_SELF) { if (varChild.lVal == CHILDID_SELF) {