Fixing bustage -- missed part of checkin

This commit is contained in:
aaronleventhal@moonset.net 2007-04-16 14:35:42 -07:00
parent 0591dc367c
commit 0f8e0f71c1

View File

@ -285,7 +285,6 @@ public:
nsHTMLComboboxListAccessible(nsIAccessible *aParent,
nsIDOMNode* aDOMNode,
nsIFrame *aListFrame,
nsIWeakReference* aShell);
virtual ~nsHTMLComboboxListAccessible() {}
@ -298,9 +297,6 @@ public:
NS_IMETHOD_(nsIFrame *) GetFrame(void);
virtual void GetBoundsRect(nsRect& aBounds, nsIFrame** aBoundingFrame);
protected:
nsIFrame *mListFrame;
};
#endif