fixing the bustage...again

git-svn-id: svn://10.0.0.236/trunk@92887 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
harishd%netscape.com 2001-04-21 23:40:05 +00:00
parent ccf1ed4977
commit d4eee33ec9

View File

@ -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,