Index: Source/WebCore/xml/XPathExpression.idl |
=================================================================== |
--- Source/WebCore/xml/XPathExpression.idl (revision 142703) |
+++ Source/WebCore/xml/XPathExpression.idl (working copy) |
@@ -17,8 +17,9 @@ |
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
* Boston, MA 02110-1301, USA. |
*/ |
- |
-interface XPathExpression { |
+[ |
+ ImplementationLacksVTable |
+] interface XPathExpression { |
[ObjCLegacyUnnamedParameters] XPathResult evaluate(in [Optional=DefaultIsUndefined] Node contextNode, |
in [Optional=DefaultIsUndefined] unsigned short type, |
in [Optional=DefaultIsUndefined] XPathResult inResult) |