From 4c40cf1b37e4a5ce6e87191e370b2fb874cf4014 Mon Sep 17 00:00:00 2001 From: "sicking%bigfoot.com" Date: Wed, 2 Nov 2005 07:38:50 +0000 Subject: [PATCH] Comment-removal, part of the patch for bug 186835. --- content/xslt/src/xslt/txMozillaXMLOutput.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/xslt/src/xslt/txMozillaXMLOutput.cpp b/content/xslt/src/xslt/txMozillaXMLOutput.cpp index eec0b6cc7ad..130e31bdb9e 100644 --- a/content/xslt/src/xslt/txMozillaXMLOutput.cpp +++ b/content/xslt/src/xslt/txMozillaXMLOutput.cpp @@ -484,11 +484,6 @@ void txMozillaXMLOutput::startHTMLElement(nsIDOMElement* aElement) nsCOMPtr ssle = do_QueryInterface(aElement); if (ssle) { - // XXX Trick nsCSSLoader into blocking/notifying us? - // We would need to implement nsIParser and - // pass ourselves as first parameter to - // InitStyleLinkElement. We would then be notified - // of stylesheet loads/load failures. ssle->InitStyleLinkElement(nsnull, PR_FALSE); ssle->SetEnableUpdates(PR_FALSE); }