зеркало из https://github.com/mozilla/gecko-dev.git
Bug 375928, r=roc, sr=neil
This commit is contained in:
Родитель
8c011a6c2b
Коммит
b6c65c4a7d
|
@ -848,7 +848,7 @@ nsTreeSelection::FireOnSelectHandler()
|
|||
void
|
||||
nsTreeSelection::SelectCallback(nsITimer *aTimer, void *aClosure)
|
||||
{
|
||||
nsTreeSelection* self = static_cast<nsTreeSelection*>(aClosure);
|
||||
nsRefPtr<nsTreeSelection> self = static_cast<nsTreeSelection*>(aClosure);
|
||||
if (self) {
|
||||
self->FireOnSelectHandler();
|
||||
aTimer->Cancel();
|
||||
|
|
Загрузка…
Ссылка в новой задаче