mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 11:28:38 +00:00
Bug 571728 - Mismatched allocator for SuggestMgr::csconv; r=Olli.Pettay,RyanVM
This commit is contained in:
parent
3fc2c7aadd
commit
473116ffcd
@ -64,6 +64,10 @@
|
||||
#include "htypes.hxx"
|
||||
#include "csutil.hxx"
|
||||
|
||||
#ifdef MOZILLA_CLIENT
|
||||
#include "nscore.h" // for mozalloc headers
|
||||
#endif
|
||||
|
||||
const w_char W_VLINE = { '\0', '|' };
|
||||
|
||||
SuggestMgr::SuggestMgr(const char * tryme, int maxn,
|
||||
|
Loading…
Reference in New Issue
Block a user