Chromium Code Reviews| Index: core/xml/XPathExpression.idl |
| diff --git a/core/xml/XPathExpression.idl b/core/xml/XPathExpression.idl |
| index 397fb25b44cdff9c954f3f0abd8caae59c613389..3effc993340dedf86a3f0a0a0b6bbcf8356592ca 100644 |
| --- a/core/xml/XPathExpression.idl |
| +++ b/core/xml/XPathExpression.idl |
| @@ -22,7 +22,6 @@ |
| [ |
| GarbageCollected, |
| - TypeChecking=Interface, |
| ] interface XPathExpression { |
| [RaisesException] XPathResult evaluate(Node contextNode, optional unsigned short type = 0, optional object? inResult = null); |
| }; |