193544 - autocomplete crash - simple bandaid to prevent crash from Kenji Irie <gelsoft@mx4.tiki.ne.jp> r=ben@mozilla.org

This commit is contained in:
ben%bengoodger.com 2004-05-21 09:38:07 +00:00
Родитель 60a97498f3
Коммит d9d6d9964f
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -171,6 +171,8 @@ nsAutoCompleteController::HandleText()
// Stop the queued up search on a timer
ClearSearchTimer();
NS_ENSURE_TRUE(mInput, NS_ERROR_NULL_POINTER);
PRBool disabled;
mInput->GetDisableAutoComplete(&disabled);
NS_ENSURE_TRUE(!disabled, NS_OK;);