Index: third_party/WebKit/Source/core/xml/XPathExpression.idl |
diff --git a/third_party/WebKit/Source/core/xml/XPathExpression.idl b/third_party/WebKit/Source/core/xml/XPathExpression.idl |
index 397fb25b44cdff9c954f3f0abd8caae59c613389..3effc993340dedf86a3f0a0a0b6bbcf8356592ca 100644 |
--- a/third_party/WebKit/Source/core/xml/XPathExpression.idl |
+++ b/third_party/WebKit/Source/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); |
}; |