Chromium Code Reviews| Index: Source/core/dom/NodeIterator.idl |
| diff --git a/Source/core/dom/NodeIterator.idl b/Source/core/dom/NodeIterator.idl |
| index 8d2caa38ea9f401b47513fc2f4898539e78a9eb6..644537b1b6e2b4254daeac249bde523aa4bbca17 100644 |
| --- a/Source/core/dom/NodeIterator.idl |
| +++ b/Source/core/dom/NodeIterator.idl |
| @@ -31,5 +31,5 @@ |
| [RaisesException] Node nextNode(); |
| [RaisesException] Node previousNode(); |
| - void detach(); |
| + [DeprecateAs=NodeIteratorDetach] void detach(); |
| }; |