зеркало из https://github.com/mozilla/pjs.git
backing out for now; I'll retry tomorrow
This commit is contained in:
Родитель
35061439c3
Коммит
04bfd1b289
|
@ -1,4 +1,4 @@
|
|||
|
||||
#if 0
|
||||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/*
|
||||
* The contents of this file are subject to the Netscape Public
|
||||
|
@ -2032,3 +2032,5 @@ nsresult COtherDTD::WillInterruptParse(void){
|
|||
|
||||
return result;
|
||||
}
|
||||
|
||||
#endif
|
|
@ -97,7 +97,7 @@ public:
|
|||
nsIDTD* theDTD;
|
||||
NS_NewNavHTMLDTD(&theDTD); //do this as a default HTML DTD...
|
||||
mDTDDeque.Push(theDTD);
|
||||
#if 1
|
||||
#if 0
|
||||
NS_NewOtherHTMLDTD(&theDTD); //do this as the default DTD for strict documents...
|
||||
mDTDDeque.Push(theDTD);
|
||||
#endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
#if 0
|
||||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/*
|
||||
* The contents of this file are subject to the Netscape Public
|
||||
|
@ -2032,3 +2032,5 @@ nsresult COtherDTD::WillInterruptParse(void){
|
|||
|
||||
return result;
|
||||
}
|
||||
|
||||
#endif
|
|
@ -97,7 +97,7 @@ public:
|
|||
nsIDTD* theDTD;
|
||||
NS_NewNavHTMLDTD(&theDTD); //do this as a default HTML DTD...
|
||||
mDTDDeque.Push(theDTD);
|
||||
#if 1
|
||||
#if 0
|
||||
NS_NewOtherHTMLDTD(&theDTD); //do this as the default DTD for strict documents...
|
||||
mDTDDeque.Push(theDTD);
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче