Moved a bunch of stuff out to a nsIFrameDebug interface

git-svn-id: svn://10.0.0.236/trunk@52427 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-11-01 22:12:45 +00:00
parent 8a02a9884b
commit 3513334988
175 changed files with 1085 additions and 494 deletions

View File

@@ -90,8 +90,10 @@ PRInt32 nsLegendFrame::GetAlign()
return intValue;
}
#ifdef NS_DEBUG
NS_IMETHODIMP
nsLegendFrame::GetFrameName(nsString& aResult) const
{
return MakeFrameName("Legend", aResult);
}
#endif