| Index: Source/core/xml/XPathResult.idl
|
| diff --git a/Source/core/xml/XPathResult.idl b/Source/core/xml/XPathResult.idl
|
| index f1add5108a7b26547eb1b77998b1b6c9b5fdf45c..319b719827c06c582688031fa917cd2df18133d0 100644
|
| --- a/Source/core/xml/XPathResult.idl
|
| +++ b/Source/core/xml/XPathResult.idl
|
| @@ -17,9 +17,12 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| +// http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathResult
|
| +
|
| [
|
| GarbageCollected
|
| ] interface XPathResult {
|
| + // XPathResultType
|
| const unsigned short ANY_TYPE = 0;
|
| const unsigned short NUMBER_TYPE = 1;
|
| const unsigned short STRING_TYPE = 2;
|
|
|