diff --git a/mozilla/layout/forms/nsComboboxControlFrame.h b/mozilla/layout/forms/nsComboboxControlFrame.h index 6390cdb82a1..6aceb016dbc 100644 --- a/mozilla/layout/forms/nsComboboxControlFrame.h +++ b/mozilla/layout/forms/nsComboboxControlFrame.h @@ -249,6 +249,7 @@ protected: nsresult RedisplayText(PRInt32 aIndex); nsresult ActuallyDisplayText(nsAString& aText, PRBool aNotify); nsresult GetPrimaryComboFrame(nsIPresContext* aPresContext, nsIContent* aContent, nsIFrame** aFrame); + NS_IMETHOD ToggleList(nsIPresContext* aPresContext); void ReflowCombobox(nsIPresContext * aPresContext, const nsHTMLReflowState& aReflowState, diff --git a/mozilla/layout/html/forms/src/nsComboboxControlFrame.h b/mozilla/layout/html/forms/src/nsComboboxControlFrame.h index 6390cdb82a1..6aceb016dbc 100644 --- a/mozilla/layout/html/forms/src/nsComboboxControlFrame.h +++ b/mozilla/layout/html/forms/src/nsComboboxControlFrame.h @@ -249,6 +249,7 @@ protected: nsresult RedisplayText(PRInt32 aIndex); nsresult ActuallyDisplayText(nsAString& aText, PRBool aNotify); nsresult GetPrimaryComboFrame(nsIPresContext* aPresContext, nsIContent* aContent, nsIFrame** aFrame); + NS_IMETHOD ToggleList(nsIPresContext* aPresContext); void ReflowCombobox(nsIPresContext * aPresContext, const nsHTMLReflowState& aReflowState,