merging bugs 214954, 214207 and MODULE by cls
git-svn-id: svn://10.0.0.236/branches/TX_WALKER_BRANCH@146227 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -26,6 +26,7 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = transformiix
|
||||
DIRS = source
|
||||
ifndef TX_EXE
|
||||
DIRS += build resources
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
chrome:displayName="XSLT QA Tools"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="xslt-qa"
|
||||
chrome:localeVersion="1.5a"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
||||
|
||||
@@ -775,7 +775,7 @@ TX_CompileStylesheet(nsIDOMNode* aNode, txStylesheet** aStylesheet)
|
||||
new txStylesheetCompiler(base, obs);
|
||||
NS_ENSURE_TRUE(compiler, NS_ERROR_OUT_OF_MEMORY);
|
||||
|
||||
nsresult rv = handleNode(document, compiler);
|
||||
nsresult rv = handleNode(aNode, compiler);
|
||||
if (NS_FAILED(rv)) {
|
||||
compiler->cancel(rv);
|
||||
return rv;
|
||||
|
||||
Reference in New Issue
Block a user