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

git-svn-id: svn://10.0.0.236/trunk@136947 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com
2003-01-25 01:47:20 +00:00
parent c837a27778
commit 73ac5f125a
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