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

Unified Diff: core/xml/XPathResult.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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 | « core/xml/XMLHttpRequest.idl ('k') | modules/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/xml/XPathResult.idl
diff --git a/core/xml/XPathResult.idl b/core/xml/XPathResult.idl
index 19cfb4c40c7c4ec648e542ed6991a1c6126e89ed..dd5f9cf9ac1a58379bc422c149592a24544f1b4a 100644
--- a/core/xml/XPathResult.idl
+++ b/core/xml/XPathResult.idl
@@ -31,16 +31,16 @@
const unsigned short FIRST_ORDERED_NODE_TYPE = 9;
readonly attribute unsigned short resultType;
- [GetterRaisesException] readonly attribute double numberValue;
+ [RaisesException=Getter] readonly attribute double numberValue;
- [GetterRaisesException] readonly attribute DOMString stringValue;
+ [RaisesException=Getter] readonly attribute DOMString stringValue;
- [GetterRaisesException] readonly attribute boolean booleanValue;
+ [RaisesException=Getter] readonly attribute boolean booleanValue;
- [GetterRaisesException] readonly attribute Node singleNodeValue;
+ [RaisesException=Getter] readonly attribute Node singleNodeValue;
readonly attribute boolean invalidIteratorState;
- [GetterRaisesException] readonly attribute unsigned long snapshotLength;
+ [RaisesException=Getter] readonly attribute unsigned long snapshotLength;
[RaisesException] Node iterateNext();
[RaisesException] Node snapshotItem([Default=Undefined] optional unsigned long index);
« no previous file with comments | « core/xml/XMLHttpRequest.idl ('k') | modules/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698