Bug 1232852 (part 3) - Remove unused parameters from some accessibility code. r=tbsaunde.

This commit is contained in:
Nicholas Nethercote
2015-12-15 21:24:06 -08:00
parent 9010a266a5
commit 4fab88afad
15 changed files with 55 additions and 97 deletions

View File

@@ -121,7 +121,7 @@ HTMLImageMapAccessible::UpdateChildAreas(bool aDoFireEvents)
}
if (aDoFireEvents) {
RefPtr<AccShowEvent> event = new AccShowEvent(area, areaContent);
RefPtr<AccShowEvent> event = new AccShowEvent(area);
mDoc->FireDelayedEvent(event);
reorderEvent->AddSubMutationEvent(event);
}