fix frame name for nsTextControlFrame (debug-only code). r/sr/a=roc.

This commit is contained in:
bryner%netscape.com 2003-01-25 01:47:20 +00:00
parent 366a456693
commit 277d4c5fdc
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ public:
#ifdef NS_DEBUG
NS_IMETHOD GetFrameName(nsAString& aResult) const
{
aResult = NS_LITERAL_STRING("nsGfxControlFrame2");
aResult = NS_LITERAL_STRING("nsTextControlFrame");
return NS_OK;
}
#endif

View File

@ -114,7 +114,7 @@ public:
#ifdef NS_DEBUG
NS_IMETHOD GetFrameName(nsAString& aResult) const
{
aResult = NS_LITERAL_STRING("nsGfxControlFrame2");
aResult = NS_LITERAL_STRING("nsTextControlFrame");
return NS_OK;
}
#endif