Fixed up CVS merge problem that was horking reference counts...
This commit is contained in:
Родитель
d7945c6953
Коммит
ca4a702aa6
|
@ -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)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче