mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Fixing bustage -- missed part of checkin
This commit is contained in:
parent
0591dc367c
commit
0f8e0f71c1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user