Bug 508992 missed a return statement in last checkin r=surkov.alexander

This commit is contained in:
Ginn Chen 2009-08-14 16:07:25 +08:00
parent c5f083d00c
commit c50ef10cc3

View File

@ -441,6 +441,8 @@ mai_util_get_root(void)
// (to avoid assert in spi_atk_tidy_windows())
if (gail_get_root)
return gail_get_root();
return nsnull;
}
nsRefPtr<nsApplicationAccessibleWrap> root =