From d4eee33ec92d534a88f06e2717f8f8a56cc9640f Mon Sep 17 00:00:00 2001 From: "harishd%netscape.com" Date: Sat, 21 Apr 2001 23:40:05 +0000 Subject: [PATCH] fixing the bustage...again git-svn-id: svn://10.0.0.236/trunk@92887 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/document/src/nsHTMLContentSink.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/content/html/document/src/nsHTMLContentSink.cpp b/mozilla/content/html/document/src/nsHTMLContentSink.cpp index 35263ad8adb..d13d5889ea8 100644 --- a/mozilla/content/html/document/src/nsHTMLContentSink.cpp +++ b/mozilla/content/html/document/src/nsHTMLContentSink.cpp @@ -138,9 +138,6 @@ static PRLogModuleInfo* gSinkLogModuleInfo; #define SINK_TRACE_REFLOW 0x2 #define SINK_ALWAYS_REFLOW 0x4 -#define NS_SINK_FLAG_SCRIPT_ENABLED 0x8 -#define NS_SINK_FLAG_FRAMES_ENABLED 0x10 - #define SINK_LOG_TEST(_lm,_bit) (PRIntn((_lm)->level) & (_bit)) #define SINK_TRACE(_bit,_args) \ @@ -161,6 +158,9 @@ static PRLogModuleInfo* gSinkLogModuleInfo; //---------------------------------------------------------------------- +#define NS_SINK_FLAG_SCRIPT_ENABLED 0x8 +#define NS_SINK_FLAG_FRAMES_ENABLED 0x10 + class SinkContext; class HTMLContentSink : public nsIHTMLContentSink,