Chromium Code Reviews

Unified Diff: Source/core/xml/XPathExpression.idl

Issue 1108903003: Add back interface checking over XPathExpression interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XPathExpression.idl
diff --git a/Source/core/xml/XPathExpression.idl b/Source/core/xml/XPathExpression.idl
index f7fa85972c2bcbd9aca4954485a87c99cb037577..7cf2819320a3db1a4df8a2704b5527f2fd105245 100644
--- a/Source/core/xml/XPathExpression.idl
+++ b/Source/core/xml/XPathExpression.idl
@@ -19,7 +19,8 @@
*/
[
- GarbageCollected
+ GarbageCollected,
+ TypeChecking=Interface,
] interface XPathExpression {
[RaisesException] XPathResult evaluate(Node contextNode, optional unsigned short type = 0, optional object? inResult = null);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine