From 82c29aa82a11478bf5f5070bc34bbeec883b0ab8 Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Tue, 5 Oct 1999 01:25:55 +0000 Subject: [PATCH] Fixing build bustage. --- layout/base/nsPresContext.cpp | 6 +++--- layout/base/src/nsPresContext.cpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layout/base/nsPresContext.cpp b/layout/base/nsPresContext.cpp index afde194112d7..e18597c71ca9 100644 --- a/layout/base/nsPresContext.cpp +++ b/layout/base/nsPresContext.cpp @@ -59,7 +59,7 @@ static NS_DEFINE_IID(kIPresContextIID, NS_IPRESCONTEXT_IID); static NS_DEFINE_IID(kLookAndFeelCID, NS_LOOKANDFEEL_CID); static NS_DEFINE_IID(kILookAndFeelIID, NS_ILOOKANDFEEL_IID); -MOZ_DECL_CTOR(nsPresContext); +//MOZ_DECL_CTOR(nsPresContext); nsPresContext::nsPresContext() : mDefaultFont("Times", NS_FONT_STYLE_NORMAL, @@ -73,7 +73,7 @@ nsPresContext::nsPresContext() 0, NSIntPointsToTwips(10)) { - MOZ_CTOR(nsPresContext); + // MOZ_CTOR(nsPresContext); NS_INIT_REFCNT(); mCompatibilityMode = eCompatibility_Standard; mCompatibilityLocked = PR_FALSE; @@ -96,7 +96,7 @@ nsPresContext::nsPresContext() nsPresContext::~nsPresContext() { - MOZ_DTOR(nsPresContext); + // MOZ_DTOR(nsPresContext); mShell = nsnull; Stop(); diff --git a/layout/base/src/nsPresContext.cpp b/layout/base/src/nsPresContext.cpp index afde194112d7..e18597c71ca9 100644 --- a/layout/base/src/nsPresContext.cpp +++ b/layout/base/src/nsPresContext.cpp @@ -59,7 +59,7 @@ static NS_DEFINE_IID(kIPresContextIID, NS_IPRESCONTEXT_IID); static NS_DEFINE_IID(kLookAndFeelCID, NS_LOOKANDFEEL_CID); static NS_DEFINE_IID(kILookAndFeelIID, NS_ILOOKANDFEEL_IID); -MOZ_DECL_CTOR(nsPresContext); +//MOZ_DECL_CTOR(nsPresContext); nsPresContext::nsPresContext() : mDefaultFont("Times", NS_FONT_STYLE_NORMAL, @@ -73,7 +73,7 @@ nsPresContext::nsPresContext() 0, NSIntPointsToTwips(10)) { - MOZ_CTOR(nsPresContext); + // MOZ_CTOR(nsPresContext); NS_INIT_REFCNT(); mCompatibilityMode = eCompatibility_Standard; mCompatibilityLocked = PR_FALSE; @@ -96,7 +96,7 @@ nsPresContext::nsPresContext() nsPresContext::~nsPresContext() { - MOZ_DTOR(nsPresContext); + // MOZ_DTOR(nsPresContext); mShell = nsnull; Stop();