summaryrefslogtreecommitdiff
path: root/Source/WebCore/xml/XPathExpression.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/xml/XPathExpression.idl')
-rw-r--r--Source/WebCore/xml/XPathExpression.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/xml/XPathExpression.idl b/Source/WebCore/xml/XPathExpression.idl
index 3dc26146a..add53cff4 100644
--- a/Source/WebCore/xml/XPathExpression.idl
+++ b/Source/WebCore/xml/XPathExpression.idl
@@ -21,7 +21,7 @@
module xpath {
interface XPathExpression {
- [OldStyleObjC] XPathResult evaluate(in [Optional=CallWithDefaultValue] Node contextNode,
+ [ObjCLegacyUnnamedParameters] XPathResult evaluate(in [Optional=CallWithDefaultValue] Node contextNode,
in [Optional=CallWithDefaultValue] unsigned short type,
in [Optional=CallWithDefaultValue] XPathResult inResult)
raises(DOMException);