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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user