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