зеркало из https://github.com/mozilla/pjs.git
Out parameters should be set to null to account for failure cases. r=jband, sr=jst@netscape.com
This commit is contained in:
Родитель
0a61d45966
Коммит
ce1dcfb2eb
|
@ -2321,6 +2321,8 @@ nsEventListenerManager::CreateEvent(nsIPresContext* aPresContext,
|
|||
const nsAReadableString& aEventType,
|
||||
nsIDOMEvent** aDOMEvent)
|
||||
{
|
||||
*aDOMEvent = nsnull;
|
||||
|
||||
nsAutoString str(aEventType);
|
||||
if (!aEvent && !str.EqualsIgnoreCase("MouseEvents") && !str.EqualsIgnoreCase("KeyEvents") &&
|
||||
!str.EqualsIgnoreCase("HTMLEvents") && !str.EqualsIgnoreCase("MutationEvents") &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче