Index: third_party/WebKit/Source/core/dom/NodeIterator.idl |
diff --git a/third_party/WebKit/Source/core/dom/NodeIterator.idl b/third_party/WebKit/Source/core/dom/NodeIterator.idl |
index e7e60da1be62e900cfd25d09e1559d28d8b5f9d3..4262b7abbd1ed71767f32b2200624edca731e47d 100644 |
--- a/third_party/WebKit/Source/core/dom/NodeIterator.idl |
+++ b/third_party/WebKit/Source/core/dom/NodeIterator.idl |
@@ -33,5 +33,5 @@ |
[RaisesException] Node? nextNode(); |
[RaisesException] Node? previousNode(); |
- [DeprecateAs=NodeIteratorDetach] void detach(); |
+ [MeasureAs=NodeIteratorDetach] void detach(); |
}; |