fix for bug #3449 (onClick should be onclick).
git-svn-id: svn://10.0.0.236/trunk@22917 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
59a658730f
commit
b76c4a887f
@ -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