This commit is contained in:
harishd%netscape.com 2001-04-21 23:40:05 +00:00
Родитель 4002826c6e
Коммит d62a1ccbe9
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

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