Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index e8c45ad80117816e5161335e8ab77d32a9c1c8ef..3e0675e1f28fd1811a5981954322e4e76b6ba4bc 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -760,12 +760,6 @@ String UseCounter::deprecationMessage(Feature feature) |
case NodeIteratorDetach: |
return "'NodeIterator.detach' is now a no-op, as per DOM (http://dom.spec.whatwg.org/#dom-nodeiterator-detach)."; |
- case NodeIteratorExpandEntityReferences: |
- return "'NodeIterator.expandEntityReferences' is deprecated and has been removed from DOM. It always returns false."; |
- |
- 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)."; |