Bug 1822919 - Remove unused declaration from nsCSSFrameConstructor.cpp r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D172843
This commit is contained in:
Emily McDonough
2023-03-20 21:29:01 +00:00
parent 18596c5555
commit 8bf40f7e00

View File

@@ -212,9 +212,6 @@ nsIFrame* NS_NewSplitterFrame(PresShell* aPresShell, ComputedStyle* aStyle);
nsIFrame* NS_NewMenuPopupFrame(PresShell* aPresShell, ComputedStyle* aStyle);
nsIFrame* NS_NewMenuFrame(PresShell* aPresShell, ComputedStyle* aStyle,
uint32_t aFlags);
nsIFrame* NS_NewTreeBodyFrame(PresShell* aPresShell, ComputedStyle* aStyle);
nsHTMLScrollFrame* NS_NewHTMLScrollFrame(PresShell* aPresShell,