mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 05:14:24 +00:00
Fix typo to fix Ports bustage after b=83651 checkin.
r=peterv
This commit is contained in:
parent
4b4f4d08b9
commit
0f56e90e06
@ -961,7 +961,7 @@ void XSLTProcessor::process(Node* node,
|
||||
if (xslTemplate)
|
||||
processTemplate(node, xslTemplate, ps);
|
||||
else
|
||||
processDefaultTemplate(node, ps, NULL);
|
||||
processDefaultTemplate(node, ps, NULL_STRING);
|
||||
} //-- process
|
||||
|
||||
void XSLTProcessor::processAction
|
||||
|
Loading…
Reference in New Issue
Block a user