Give HTMLButtonControlFrames their own frame type. Bug 335419, r+sr=dbaron

git-svn-id: svn://10.0.0.236/trunk@195380 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2006-04-25 19:56:45 +00:00
parent 9c041bd662
commit c65fc9a4e7
4 changed files with 12 additions and 1 deletions

View File

@@ -105,9 +105,11 @@ public:
NS_IMETHOD GetAccessible(nsIAccessible** aAccessible);
#endif
virtual nsIAtom* GetType() const;
#ifdef DEBUG
NS_IMETHOD GetFrameName(nsAString& aResult) const {
return MakeFrameName(NS_LITERAL_STRING("ButtonControl"), aResult);
return MakeFrameName(NS_LITERAL_STRING("HTMLButtonControl"), aResult);
}
#endif