Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index 16bb7220c486e4741306dbd39255f2b116c99b96..9493a48f3fc54d1e4a102160a3adc8cee8ccfd34 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -724,6 +724,9 @@ String UseCounter::deprecationMessage(Feature feature) |
case TreeWalkerExpandEntityReferences: |
return "'TreeWalker.expandEntityReferences' is deprecated and has been removed from DOM. It always returns false."; |
+ case RangeDetach: |
+ return "'Range.detach' is now a no-op, as per DOM (http://dom.spec.whatwg.org/#dom-range-detach)."; |
+ |
// Features that aren't deprecated don't have a deprecation message. |
default: |
return String(); |