зеркало из https://github.com/mozilla/gecko-dev.git
taking a stab at luna orange... removing bogus forward declaration
This commit is contained in:
Родитель
af9740e71b
Коммит
4eedb16db9
|
@ -189,8 +189,6 @@ NS_NewWBRFrame(nsIPresShell* aPresShell, nsIFrame** aResult) {
|
||||||
return NS_NewEmptyFrame(aPresShell, aResult);
|
return NS_NewEmptyFrame(aPresShell, aResult);
|
||||||
}
|
}
|
||||||
nsresult
|
nsresult
|
||||||
NS_NewScrollFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
|
|
||||||
nsresult
|
|
||||||
NS_NewSimplePageSequenceFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
|
NS_NewSimplePageSequenceFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
|
||||||
nsresult
|
nsresult
|
||||||
NS_NewPageFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
|
NS_NewPageFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
|
||||||
|
|
|
@ -189,8 +189,6 @@ NS_NewWBRFrame(nsIPresShell* aPresShell, nsIFrame** aResult) {
|
||||||
return NS_NewEmptyFrame(aPresShell, aResult);
|
return NS_NewEmptyFrame(aPresShell, aResult);
|
||||||
}
|
}
|
||||||
nsresult
|
nsresult
|
||||||
NS_NewScrollFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
|
|
||||||
nsresult
|
|
||||||
NS_NewSimplePageSequenceFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
|
NS_NewSimplePageSequenceFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
|
||||||
nsresult
|
nsresult
|
||||||
NS_NewPageFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
|
NS_NewPageFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче