[XForms] NPOTB xforms/schemavalidation crashes when loading xml file with a float data type. Bug 478105, p=philipp r=doronr+aaronr
git-svn-id: svn://10.0.0.236/trunk@256233 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
221c604a05
commit
b3c1842ce6
@ -3070,7 +3070,8 @@ nsSchemaValidator::IsValidSchemaFloat(const nsAString & aNodeValue,
|
||||
}
|
||||
}
|
||||
|
||||
*aResult = floatValue;
|
||||
if (aResult)
|
||||
*aResult = floatValue;
|
||||
return isValid;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user