зеркало из https://github.com/mozilla/gecko-dev.git
fixing the bustage...again
This commit is contained in:
Родитель
4002826c6e
Коммит
d62a1ccbe9
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче