Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: third_party/WebKit/Source/core/dom/NodeIterator.idl

Issue 1516553002: Remove deprecation messages for no-ops that are left in the specs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and update tests Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
};
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/dom/SVGSVGElement-no-op-methods.html ('k') | third_party/WebKit/Source/core/dom/Range.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698