mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 375928, r=roc, sr=neil
This commit is contained in:
parent
369d89abb4
commit
1352242ce7
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user