зеркало из https://github.com/mozilla/pjs.git
Removed explicit call of base class constructor because it was
making Unix compilers unhappy
This commit is contained in:
Родитель
356633de9d
Коммит
53cb72de5e
|
@ -1231,7 +1231,6 @@ NS_NewBlockFrame(nsIFrame*& aNewFrame, PRUint32 aFlags)
|
|||
}
|
||||
|
||||
nsBlockFrame::nsBlockFrame()
|
||||
: nsBlockFrameSuper()
|
||||
{
|
||||
// XXX for now these are a memory leak
|
||||
if (nsnull == gFloaterAtom) {
|
||||
|
|
|
@ -1231,7 +1231,6 @@ NS_NewBlockFrame(nsIFrame*& aNewFrame, PRUint32 aFlags)
|
|||
}
|
||||
|
||||
nsBlockFrame::nsBlockFrame()
|
||||
: nsBlockFrameSuper()
|
||||
{
|
||||
// XXX for now these are a memory leak
|
||||
if (nsnull == gFloaterAtom) {
|
||||
|
|
|
@ -1231,7 +1231,6 @@ NS_NewBlockFrame(nsIFrame*& aNewFrame, PRUint32 aFlags)
|
|||
}
|
||||
|
||||
nsBlockFrame::nsBlockFrame()
|
||||
: nsBlockFrameSuper()
|
||||
{
|
||||
// XXX for now these are a memory leak
|
||||
if (nsnull == gFloaterAtom) {
|
||||
|
|
|
@ -1231,7 +1231,6 @@ NS_NewBlockFrame(nsIFrame*& aNewFrame, PRUint32 aFlags)
|
|||
}
|
||||
|
||||
nsBlockFrame::nsBlockFrame()
|
||||
: nsBlockFrameSuper()
|
||||
{
|
||||
// XXX for now these are a memory leak
|
||||
if (nsnull == gFloaterAtom) {
|
||||
|
|
|
@ -1231,7 +1231,6 @@ NS_NewBlockFrame(nsIFrame*& aNewFrame, PRUint32 aFlags)
|
|||
}
|
||||
|
||||
nsBlockFrame::nsBlockFrame()
|
||||
: nsBlockFrameSuper()
|
||||
{
|
||||
// XXX for now these are a memory leak
|
||||
if (nsnull == gFloaterAtom) {
|
||||
|
|
|
@ -1231,7 +1231,6 @@ NS_NewBlockFrame(nsIFrame*& aNewFrame, PRUint32 aFlags)
|
|||
}
|
||||
|
||||
nsBlockFrame::nsBlockFrame()
|
||||
: nsBlockFrameSuper()
|
||||
{
|
||||
// XXX for now these are a memory leak
|
||||
if (nsnull == gFloaterAtom) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче