Renamed DeleteFrame() to Destroy()
git-svn-id: svn://10.0.0.236/trunk@40585 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1606,7 +1606,7 @@ nsCSSFrameConstructor::ConstructTableCellFrameOnly(nsIPresContext* aPre
|
||||
// Create an area frame that will format the cell's content
|
||||
rv = NS_NewTableCellInnerFrame(&aNewCellBodyFrame);
|
||||
if (NS_FAILED(rv)) {
|
||||
aNewCellFrame->DeleteFrame(*aPresContext);
|
||||
aNewCellFrame->Destroy(*aPresContext);
|
||||
aNewCellFrame = nsnull;
|
||||
return rv;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user