зеркало из https://github.com/mozilla/gecko-dev.git
Fix silly warning
This commit is contained in:
Родитель
fe7644af23
Коммит
ae6d3a310b
|
@ -1864,7 +1864,7 @@ nsGenericElement::HandleDOMEvent(nsIPresContext* aPresContext,
|
|||
}
|
||||
|
||||
// Find out if we're anonymous.
|
||||
nsIContent* bindingParent;
|
||||
nsIContent* bindingParent = nsnull;
|
||||
if (*aDOMEvent) {
|
||||
(*aDOMEvent)->GetTarget(getter_AddRefs(oldTarget));
|
||||
nsCOMPtr<nsIContent> content(do_QueryInterface(oldTarget));
|
||||
|
|
Загрузка…
Ссылка в новой задаче