mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
parent
45c62cae5c
commit
83942a4db3
@ -1006,7 +1006,11 @@ nsExpatDriver::WillBuildModel(const CParserContext& aParserContext,
|
||||
NS_ENSURE_TRUE(mSink, NS_ERROR_FAILURE);
|
||||
|
||||
static const XML_Memory_Handling_Suite memsuite =
|
||||
{ PR_Malloc, PR_Realloc, PR_Free };
|
||||
{
|
||||
(void *(*)(size_t))PR_Malloc,
|
||||
(void *(*)(void *, size_t))PR_Realloc,
|
||||
PR_Free
|
||||
};
|
||||
|
||||
static const PRUnichar kExpatSeparator[] = { 0xFFFF, '\0' };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user