| 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);
|
| };
|
|
|