mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Updating the event handler code for XBL.
This commit is contained in:
parent
50263a6e8d
commit
898156e279
@ -424,6 +424,9 @@ nsXBLBinding::InstallEventHandlers(nsIContent* aBoundElement)
|
||||
}
|
||||
}
|
||||
|
||||
if (mNextBinding)
|
||||
mNextBinding->InstallEventHandlers(aBoundElement);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
@ -424,6 +424,9 @@ nsXBLBinding::InstallEventHandlers(nsIContent* aBoundElement)
|
||||
}
|
||||
}
|
||||
|
||||
if (mNextBinding)
|
||||
mNextBinding->InstallEventHandlers(aBoundElement);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user