From d9fe797e65ffee69eb3bb29c628508b2ac58c112 Mon Sep 17 00:00:00 2001 From: "buster%netscape.com" Date: Fri, 19 Nov 1999 07:32:20 +0000 Subject: [PATCH] just a comment for future webshell work git-svn-id: svn://10.0.0.236/trunk@53978 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/build/nsLayoutDLF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/layout/build/nsLayoutDLF.cpp b/mozilla/layout/build/nsLayoutDLF.cpp index f2b1ed79d46..bc4de737ac1 100644 --- a/mozilla/layout/build/nsLayoutDLF.cpp +++ b/mozilla/layout/build/nsLayoutDLF.cpp @@ -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;