just a comment for future webshell work

This commit is contained in:
buster%netscape.com 1999-11-19 07:32:20 +00:00
parent 6d8e2f2301
commit 38d2b703cc

View File

@ -351,7 +351,7 @@ nsLayoutDLF::CreateDocument(const char* aCommand,
if (NS_FAILED(rv))
break;
// Create the document viewer
// Create the document viewer XXX: could reuse document viewer here!
rv = NS_NewDocumentViewer(getter_AddRefs(docv));
if (NS_FAILED(rv))
break;