Followup to bug 292971 -- fix string comparison. r=darin a=asa.
git-svn-id: svn://10.0.0.236/trunk@174834 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user