mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-05-13 08:57:27 +00:00
fix for bug #3449 (onClick should be onclick).
This commit is contained in:
parent
93ff8b1236
commit
0782b9cfa3
@ -441,7 +441,7 @@ NS_IMETHODIMP nsWebShellWindow::LoadMenuItem(
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
nsAutoString cmdAtom("onClick");
|
||||
nsAutoString cmdAtom("onclick");
|
||||
nsString cmdName;
|
||||
|
||||
domElement->GetAttribute(cmdAtom, cmdName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user