Chromium Code Reviews| Index: Source/core/xml/XPathEvaluator.idl |
| diff --git a/Source/core/xml/XPathEvaluator.idl b/Source/core/xml/XPathEvaluator.idl |
| index 7679fb2613324a8bc74a362891e18b1f32b8f337..3e92523ed2b38a4e6f3af39d5fa707928dc6609b 100644 |
| --- a/Source/core/xml/XPathEvaluator.idl |
| +++ b/Source/core/xml/XPathEvaluator.idl |
| @@ -18,8 +18,8 @@ |
| */ |
| [ |
| - WillBeGarbageCollected, |
| Constructor, |
| + GarbageCollected, |
| TypeChecking=Interface, |
| ] interface XPathEvaluator { |
| [RaisesException] XPathExpression createExpression(DOMString expression, optional XPathNSResolver? resolver = null); |