Bug 397373 - "Make &state=disabled work again" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=biesi a1.9=stuart]

This commit is contained in:
reed@reedloden.com 2007-10-13 21:48:28 -07:00
Родитель 0498133fd6
Коммит 52daf28215
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -266,7 +266,7 @@ nsMozIconURI::SetSpec(const nsACString &aSpec)
{
nsCOMPtr<nsIAtomService> atoms(do_GetService(NS_ATOMSERVICE_CONTRACTID));
nsCOMPtr<nsIAtom> atom;
atoms->GetAtomUTF8(sizeString.get(),
atoms->GetAtomUTF8(stateString.get(),
getter_AddRefs(atom));
for (PRUint32 i = 0; i < NS_ARRAY_LENGTH(gStateAtoms); i++)
{