| Index: Source/core/xml/XPathResult.idl
|
| diff --git a/Source/core/xml/XPathResult.idl b/Source/core/xml/XPathResult.idl
|
| index f60a5eaac047722d8a0cda938a848ed6569014ba..d2d1a2a153d4934f54228bdf13046cae37b82464 100644
|
| --- a/Source/core/xml/XPathResult.idl
|
| +++ b/Source/core/xml/XPathResult.idl
|
| @@ -44,6 +44,6 @@
|
| [RaisesException=Getter] readonly attribute unsigned long snapshotLength;
|
|
|
| [RaisesException] Node iterateNext();
|
| - [RaisesException] Node snapshotItem([Default=Undefined] optional unsigned long index);
|
| + [RaisesException] Node snapshotItem(optional unsigned long index);
|
| };
|
|
|
|
|