Bug 414894 - Remove content arena. r=smaug, sr=sicking, a=schrep

git-svn-id: svn://10.0.0.236/trunk@244802 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dwitte%stanford.edu
2008-02-02 23:41:26 +00:00
parent c16709aa0f
commit 35e5785d50
42 changed files with 160 additions and 462 deletions

View File

@@ -66,7 +66,7 @@
#include "prprf.h"
nsGenericDOMDataNode::nsGenericDOMDataNode(nsINodeInfo *aNodeInfo)
: nsIContent(aNodeInfo), mText(aNodeInfo->NodeInfoManager()->NodeAllocator())
: nsIContent(aNodeInfo)
{
}
@@ -864,7 +864,7 @@ nsGenericDOMDataNode::IsLink(nsIURI** aURI) const
nsINode::nsSlots*
nsGenericDOMDataNode::CreateSlots()
{
return new (GetAllocator()) nsDataSlots(mFlagsOrSlots);
return new nsDataSlots(mFlagsOrSlots);
}
//----------------------------------------------------------------------