Bug 190735. Final patch for deCOMtamination of core nsIFrame methods! rs=dbaron

git-svn-id: svn://10.0.0.236/trunk@147169 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
uid502
2003-09-23 17:05:29 +00:00
parent 02148703ce
commit e9d6a45b46
41 changed files with 204 additions and 721 deletions

View File

@@ -407,8 +407,7 @@ nsBulletFrame::SetListItemOrdinal(PRInt32 aNextOrdinal,
// value attribute. Note: we do this with our parent's content
// because our parent is the list-item.
nsHTMLValue value;
nsCOMPtr<nsIContent> parentContent;
mParent->GetContent(getter_AddRefs(parentContent));
nsIContent* parentContent = mParent->GetContent();
if (parentContent) {
nsCOMPtr<nsIHTMLContent> hc = do_QueryInterface(parentContent);
if (hc) {