Fix the bustage fix to actually be correct. Bug 315826. Patch by Robert Sayre
<sayrer@gmail.com>, r+sr=peterv git-svn-id: svn://10.0.0.236/trunk@194505 18797224-902f-48f8-a5cc-f745e15eee43
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