Fix the bustage fix to actually be correct. Bug 315826. Patch by Robert Sayre
<sayrer@gmail.com>, r+sr=peterv
This commit is contained in:
@@ -218,7 +218,7 @@ nsSAXXMLReader::HandleEndNamespaceDecl(const PRUnichar *aPrefix)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
if (!aPrefix) {
|
||||
if (aPrefix) {
|
||||
return mContentHandler->EndPrefixMapping(nsDependentString(aPrefix));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user