diff --git a/content/xslt/src/xslt/txMozillaXSLTProcessor.cpp b/content/xslt/src/xslt/txMozillaXSLTProcessor.cpp index ce13d501558..9e713cec63a 100644 --- a/content/xslt/src/xslt/txMozillaXSLTProcessor.cpp +++ b/content/xslt/src/xslt/txMozillaXSLTProcessor.cpp @@ -154,6 +154,8 @@ txToDocHandlerFactory::createHandlerWith(txOutputFormat* aFormat, return rv; } } + + return NS_OK; } nsresult @@ -200,6 +202,8 @@ txToDocHandlerFactory::createHandlerWith(txOutputFormat* aFormat, return rv; } } + + return NS_OK; } nsresult