fixing the bustage...again
git-svn-id: svn://10.0.0.236/trunk@92887 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ccf1ed4977
commit
d4eee33ec9
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user