зеркало из https://github.com/mozilla/pjs.git
Bug 304154 - nsSchemaLoader::ProcessSimpleType uses = rather than == in an if statement. r/sr=peterv, a=mkaply
This commit is contained in:
Родитель
0ca0a801a5
Коммит
056699e531
|
@ -2268,7 +2268,7 @@ nsSchemaLoader::ProcessSimpleType(nsIWebServiceErrorHandler* aErrorHandler,
|
|||
name, aSimpleType);
|
||||
break;
|
||||
}
|
||||
else if (tagName = nsSchemaAtoms::sUnion_atom) {
|
||||
else if (tagName == nsSchemaAtoms::sUnion_atom) {
|
||||
rv = ProcessSimpleTypeUnion(aErrorHandler, aSchema, childElement,
|
||||
name, aSimpleType);
|
||||
break;
|
||||
|
|
Загрузка…
Ссылка в новой задаче