Chromium Code Reviews| Index: Source/core/xml/XPathResult.idl |
| diff --git a/Source/core/xml/XPathResult.idl b/Source/core/xml/XPathResult.idl |
| index 742a7a7c312faab265ca6a067f6903178e70e107..f1add5108a7b26547eb1b77998b1b6c9b5fdf45c 100644 |
| --- a/Source/core/xml/XPathResult.idl |
| +++ b/Source/core/xml/XPathResult.idl |
| @@ -18,7 +18,7 @@ |
| */ |
| [ |
| - WillBeGarbageCollected |
| + GarbageCollected |
| ] interface XPathResult { |
| const unsigned short ANY_TYPE = 0; |
| const unsigned short NUMBER_TYPE = 1; |