зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
3ddd355dc7
Коммит
3f31864cbd
|
@ -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 )
|
||||
|
|
Загрузка…
Ссылка в новой задаче