Bug 697230: Part 0 - Make table frame classes call into their superclass in DidSetStyleContext. r=bz
This commit is contained in:
@@ -213,6 +213,8 @@ nsTableCellFrame::AttributeChanged(PRInt32 aNameSpaceID,
|
||||
/* virtual */ void
|
||||
nsTableCellFrame::DidSetStyleContext(nsStyleContext* aOldStyleContext)
|
||||
{
|
||||
nsContainerFrame::DidSetStyleContext(aOldStyleContext);
|
||||
|
||||
if (!aOldStyleContext) //avoid this on init
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user