зеркало из https://github.com/mozilla/pjs.git
Followup to bug 292971 -- fix string comparison. r=darin a=asa.
This commit is contained in:
Родитель
518ea4e3ce
Коммит
f60cb7ee85
|
@ -481,7 +481,7 @@ NS_IMETHODIMP nsRootAccessible::HandleEvent(nsIDOMEvent* aEvent)
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
if (eventType.LowerCaseEqualsLiteral("PageHide")) {
|
||||
if (eventType.LowerCaseEqualsLiteral("pagehide")) {
|
||||
// Only get cached accessible for pagehide -- so that we don't create it
|
||||
// just to destroy it.
|
||||
nsCOMPtr<nsIWeakReference> weakShell(do_GetWeakReference(eventShell));
|
||||
|
|
Загрузка…
Ссылка в новой задаче