Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

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

Issue 983123003: Add [TypeChecking=Interface] to XPath interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: revert test change; no longer needed Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/xml/XPathExpression.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XPathResult.idl
diff --git a/Source/core/xml/XPathResult.idl b/Source/core/xml/XPathResult.idl
index f60a5eaac047722d8a0cda938a848ed6569014ba..742a7a7c312faab265ca6a067f6903178e70e107 100644
--- a/Source/core/xml/XPathResult.idl
+++ b/Source/core/xml/XPathResult.idl
@@ -43,7 +43,6 @@
readonly attribute boolean invalidIteratorState;
[RaisesException=Getter] readonly attribute unsigned long snapshotLength;
- [RaisesException] Node iterateNext();
- [RaisesException] Node snapshotItem([Default=Undefined] optional unsigned long index);
+ [RaisesException] Node? iterateNext();
+ [RaisesException] Node? snapshotItem(unsigned long index);
};
-
« no previous file with comments | « Source/core/xml/XPathExpression.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698