Chromium Code Reviews| Index: Source/core/xml/XPathResult.idl |
| diff --git a/Source/core/xml/XPathResult.idl b/Source/core/xml/XPathResult.idl |
| index f60a5eaac047722d8a0cda938a848ed6569014ba..55a316e74fd2f8cc16accdf5be4059786a6b20c3 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; |