Backed out changeset 0ea22856b5d9 (bug 484448).

This commit is contained in:
Boris Zbarsky
2009-04-08 15:56:43 -04:00
parent 89b6d633ea
commit ab4638fb35
52 changed files with 186 additions and 924 deletions

View File

@@ -124,6 +124,12 @@ public:
void DidResize();
virtual PRBool IsFrameOfType(PRUint32 aFlags) const
{
return nsHTMLContainerFrame::IsFrameOfType(aFlags &
~nsIFrame::eExcludesIgnorableWhitespace);
}
/**
* Get the "type" of the frame
*