mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 10:40:12 +00:00
Fix for bug 126214 (peterv broke XSLT system-property function). r=sicking, sr=jst.
This commit is contained in:
parent
0725df41ce
commit
d41764cfd1
@ -39,7 +39,7 @@ ExprResult* SystemPropertyFunctionCall::evaluate(Node* context, ContextState* cs
|
||||
exprResult->stringValue(property);
|
||||
if (XMLUtils::isValidQName(property)) {
|
||||
String propertyNsURI, prefix;
|
||||
XMLUtils::getLocalPart(property, prefix);
|
||||
XMLUtils::getPrefix(property, prefix);
|
||||
cs->getNameSpaceURIFromPrefix(prefix, propertyNsURI);
|
||||
if (propertyNsURI.isEqual(XSLT_NS)) {
|
||||
String localName;
|
||||
|
Loading…
x
Reference in New Issue
Block a user