inadvertently left debug #ifdefs in
This commit is contained in:
Родитель
8af8cfcfb6
Коммит
2b0e62b70a
|
@ -42,7 +42,7 @@
|
|||
#include "nsViewSourceHTML.h"
|
||||
#include "nsParserNode.h"
|
||||
#include "nsHTMLEntities.h"
|
||||
// #include "nsLinebreakConverter.h"
|
||||
#include "nsLinebreakConverter.h"
|
||||
|
||||
#ifdef XP_PC
|
||||
#include <direct.h> //this is here for debug reasons...
|
||||
|
@ -1961,7 +1961,7 @@ nsresult CNavDTD::CollectSkippedContent(nsCParserNode& aNode,PRInt32 &aCount) {
|
|||
// now replace remaining CRs with LFs
|
||||
aNode.mSkippedContent.ReplaceChar("\r", kNewLine);
|
||||
*/
|
||||
#if 0
|
||||
#if 1
|
||||
nsLinebreakConverter::ConvertStringLineBreaks(aNode.mSkippedContent,
|
||||
nsLinebreakConverter::eLinebreakAny, nsLinebreakConverter::eLinebreakContent);
|
||||
#endif
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
#include "nsViewSourceHTML.h"
|
||||
#include "nsParserNode.h"
|
||||
#include "nsHTMLEntities.h"
|
||||
// #include "nsLinebreakConverter.h"
|
||||
#include "nsLinebreakConverter.h"
|
||||
|
||||
#ifdef XP_PC
|
||||
#include <direct.h> //this is here for debug reasons...
|
||||
|
@ -1961,7 +1961,7 @@ nsresult CNavDTD::CollectSkippedContent(nsCParserNode& aNode,PRInt32 &aCount) {
|
|||
// now replace remaining CRs with LFs
|
||||
aNode.mSkippedContent.ReplaceChar("\r", kNewLine);
|
||||
*/
|
||||
#if 0
|
||||
#if 1
|
||||
nsLinebreakConverter::ConvertStringLineBreaks(aNode.mSkippedContent,
|
||||
nsLinebreakConverter::eLinebreakAny, nsLinebreakConverter::eLinebreakContent);
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче