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

Unified Diff: core/xml/XPathResult.idl

Issue 22498002: Roll IDL to multivm@1329 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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/XPathExpression.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 99f62af1e2fa04e815d8f658591275105215eaf6..19cfb4c40c7c4ec648e542ed6991a1c6126e89ed 100644
--- a/core/xml/XPathResult.idl
+++ b/core/xml/XPathResult.idl
@@ -32,7 +32,7 @@
readonly attribute unsigned short resultType;
[GetterRaisesException] readonly attribute double numberValue;
-
+
[GetterRaisesException] readonly attribute DOMString stringValue;
[GetterRaisesException] readonly attribute boolean booleanValue;
@@ -41,7 +41,7 @@
readonly attribute boolean invalidIteratorState;
[GetterRaisesException] readonly attribute unsigned long snapshotLength;
-
+
[RaisesException] Node iterateNext();
[RaisesException] Node snapshotItem([Default=Undefined] optional unsigned long index);
};
« no previous file with comments | « core/xml/XPathExpression.idl ('k') | modules/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698