diff options
Diffstat (limited to 'layout/forms/nsComboboxControlFrame.h')
-rw-r--r-- | layout/forms/nsComboboxControlFrame.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layout/forms/nsComboboxControlFrame.h b/layout/forms/nsComboboxControlFrame.h index 5f190814ad..de713576f3 100644 --- a/layout/forms/nsComboboxControlFrame.h +++ b/layout/forms/nsComboboxControlFrame.h @@ -55,9 +55,9 @@ class nsComboboxControlFrame final : public nsBlockFrame, public: NS_DECL_QUERYFRAME_TARGET(nsComboboxControlFrame) - friend nsContainerFrame* NS_NewComboboxControlFrame(nsIPresShell* aPresShell, - nsStyleContext* aContext, - nsFrameState aFlags); + friend nsComboboxControlFrame* NS_NewComboboxControlFrame(nsIPresShell* aPresShell, + nsStyleContext* aContext, + nsFrameState aFlags); friend class nsComboboxDisplayFrame; explicit nsComboboxControlFrame(nsStyleContext* aContext); |