Bug 239372 ESM caches profile preferences and constantly gets others

r=bryner sr=bz
replacement was a bit too global
This commit is contained in:
timeless%mozdev.org 2004-04-13 07:09:54 +00:00
Родитель 3ddd355dc7
Коммит 3f31864cbd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1216,7 +1216,7 @@ nsEventStateManager::KillClickHoldTimer()
// This fires after the mouse has been down for a certain length of time.
//
void
sClickHoldCallback(nsITimer *aTimer, void* aESM)
nsEventStateManager::sClickHoldCallback(nsITimer *aTimer, void* aESM)
{
nsEventStateManager* self = NS_STATIC_CAST(nsEventStateManager*, aESM);
if ( self )