From 73ac5f125acf90c797830236de7dd15ed4254551 Mon Sep 17 00:00:00 2001 From: "bryner%netscape.com" Date: Sat, 25 Jan 2003 01:47:20 +0000 Subject: [PATCH] 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 --- mozilla/layout/forms/nsTextControlFrame.h | 2 +- mozilla/layout/html/forms/src/nsTextControlFrame.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/forms/nsTextControlFrame.h b/mozilla/layout/forms/nsTextControlFrame.h index 43e6bb66f8a..88a88a61a95 100644 --- a/mozilla/layout/forms/nsTextControlFrame.h +++ b/mozilla/layout/forms/nsTextControlFrame.h @@ -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 diff --git a/mozilla/layout/html/forms/src/nsTextControlFrame.h b/mozilla/layout/html/forms/src/nsTextControlFrame.h index 43e6bb66f8a..88a88a61a95 100644 --- a/mozilla/layout/html/forms/src/nsTextControlFrame.h +++ b/mozilla/layout/html/forms/src/nsTextControlFrame.h @@ -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