Fix big regression with mouse events in content caused by checkin to bug 171366. Just changes NS_OK back to NS_OK as we had in original sr='d patch.

This commit is contained in:
aaronleventhal%moonset.net 2004-07-07 03:35:46 +00:00
Родитель a429b6720a
Коммит b5c3acd891
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3618,7 +3618,7 @@ nsGenericHTMLElement::Focus()
}
}
return NS_OK;
return NS_ERROR_FAILURE;
}
void