Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index 7ed97b314d44de04bfa93c237ab741e5e940c5a6..0bdbad6ae31d8e2387d273e168de5c5bef47f758 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -771,9 +771,6 @@ String UseCounter::deprecationMessage(Feature feature) |
case OverflowChangedEvent: |
return "The 'overflowchanged' event is deprecated and may be removed. Please do not use it."; |
- case HTMLHeadElementProfile: |
- return "'HTMLHeadElement.profile' is deprecated. The reflected attribute has no effect."; |
- |
case ElementSetPrefix: |
return "Setting 'Element.prefix' is deprecated, as it is read-only per DOM (http://dom.spec.whatwg.org/#element)."; |