Fixing bugs 33549, 34033. r=pavlov.

This commit is contained in:
bryner%uiuc.edu 2000-06-21 00:05:55 +00:00
Родитель d904225ae0
Коммит a6be5da716
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -142,7 +142,7 @@ nsWindow::nsWindow()
mBlockFocusEvents = PR_FALSE;
// init the hash table if it hasn't happened already
if (mWindowLookupTable == NULL) {
mWindowLookupTable = g_hash_table_new(g_int_hash, g_int_equal);
mWindowLookupTable = g_hash_table_new(g_direct_hash, g_direct_equal);
}
if (mLastLeaveWindow == this)
mLastLeaveWindow = NULL;