Fixed up CVS merge problem that was horking reference counts...

This commit is contained in:
rpotts 1998-07-11 08:07:17 +00:00
Родитель d7945c6953
Коммит ca4a702aa6
2 изменённых файлов: 0 добавлений и 2 удалений

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

@ -117,7 +117,6 @@ nsHTMLDocument::StartDocumentLoad(nsIURL *aURL,
rv = NS_NewHTMLContentSink(&sink, this, aURL, aWebWidget);
#endif
rv = NS_NewHTMLContentSink(&sink, this, aURL, aWebWidget);
if (NS_OK == rv) {
nsIHTMLCSSStyleSheet* styleAttrSheet;
if (NS_OK == NS_NewHTMLCSSStyleSheet(&styleAttrSheet, aURL)) {

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

@ -117,7 +117,6 @@ nsHTMLDocument::StartDocumentLoad(nsIURL *aURL,
rv = NS_NewHTMLContentSink(&sink, this, aURL, aWebWidget);
#endif
rv = NS_NewHTMLContentSink(&sink, this, aURL, aWebWidget);
if (NS_OK == rv) {
nsIHTMLCSSStyleSheet* styleAttrSheet;
if (NS_OK == NS_NewHTMLCSSStyleSheet(&styleAttrSheet, aURL)) {