Bug 1444119 - Remove XPCOM extensibility of XSLT functions. Fix build bustage on a CLOSED TREE.

--HG--
extra : rebase_source : 00586d43ad09241f3a27431b9af0b3848ed6ac46
This commit is contained in:
Peter Van der Beken 2018-03-23 11:39:53 +01:00
parent b7a66d9052
commit 613c30d626

View File

@ -684,6 +684,7 @@ txEXSLTFunctionCall::evaluate(txIEvalContext *aContext,
}
NS_NOTREACHED("Missing switch case.");
return NS_ERROR_UNEXPECTED;
}
Expr::ResultType
@ -801,6 +802,7 @@ txEXSLTRegExFunctionCall::evaluate(txIEvalContext* aContext,
}
NS_NOTREACHED("Missing switch case.");
return NS_ERROR_UNEXPECTED;
}
Expr::ResultType