Index: core/xml/XPathExpression.idl |
=================================================================== |
--- core/xml/XPathExpression.idl (revision 23517) |
+++ core/xml/XPathExpression.idl (working copy) |
@@ -17,9 +17,7 @@ |
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
* Boston, MA 02110-1301, USA. |
*/ |
-[ |
- NoInterfaceObject |
-] interface XPathExpression { |
+interface XPathExpression { |
[RaisesException] XPathResult evaluate([Default=Undefined] optional Node contextNode, |
[Default=Undefined] optional unsigned short type, |
[Default=Undefined] optional XPathResult inResult); |