Ejemplo n.º 1
0
void
nsPreflightCache::Clear()
{
    mList.clear();
    mTable.Clear();
}
void
nsPreflightCache::Clear()
{
  PR_INIT_CLIST(&mList);
  mTable.Clear();
}