| Index: Source/core/xml/XPathExpression.idl
|
| diff --git a/Source/core/xml/XPathExpression.idl b/Source/core/xml/XPathExpression.idl
|
| index de87b4e32d349556765fc6630dfe67dba73ac6ba..f7fa85972c2bcbd9aca4954485a87c99cb037577 100644
|
| --- a/Source/core/xml/XPathExpression.idl
|
| +++ b/Source/core/xml/XPathExpression.idl
|
| @@ -19,8 +19,7 @@
|
| */
|
|
|
| [
|
| - WillBeGarbageCollected,
|
| - TypeChecking=Interface,
|
| + GarbageCollected
|
| ] interface XPathExpression {
|
| [RaisesException] XPathResult evaluate(Node contextNode, optional unsigned short type = 0, optional object? inResult = null);
|
| };
|
|
|