Index: third_party/WebKit/Source/core/frame/UseCounter.cpp |
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
index 8b64750a93660a834ea958d0213647787389c5a2..058e47d387641874a117ea03f983023bd673da28 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
@@ -809,12 +809,6 @@ String UseCounter::deprecationMessage(Feature feature) |
case PrefixedCancelRequestAnimationFrame: |
return "'webkitCancelRequestAnimationFrame' is vendor-specific. Please use the standard 'cancelAnimationFrame' instead."; |
- case NodeIteratorDetach: |
- return "'NodeIterator.detach' is now a no-op, as per DOM (https://dom.spec.whatwg.org/#dom-nodeiterator-detach)."; |
- |
- case RangeDetach: |
- return "'Range.detach' is now a no-op, as per DOM (https://dom.spec.whatwg.org/#dom-range-detach)."; |
- |
case SyncXHRWithCredentials: |
return "Setting 'XMLHttpRequest.withCredentials' for synchronous requests is deprecated."; |
@@ -871,18 +865,6 @@ String UseCounter::deprecationMessage(Feature feature) |
case CanPlayTypeKeySystem: |
return "canPlayType()'s 'keySystem' parameter is deprecated. Please use 'navigator.requestMediaKeySystemAccess()' instead."; |
- case SVGSVGElementForceRedraw: |
- return "'SVGSVGElement.forceRedraw()' is deprecated, please do not use it. It is a no-op, as per SVG2 (https://svgwg.org/svg2-draft/struct.html#__svg__SVGSVGElement__forceRedraw)."; |
- |
- case SVGSVGElementSuspendRedraw: |
- return "'SVGSVGElement.suspendRedraw()' is deprecated, please do not use it. It is a no-op, as per SVG2 (https://svgwg.org/svg2-draft/struct.html#__svg__SVGSVGElement__suspendRedraw)."; |
- |
- case SVGSVGElementUnsuspendRedraw: |
- return "'SVGSVGElement.unsuspendRedraw()' is deprecated, please do not use it. It is a no-op, as per SVG2 (https://svgwg.org/svg2-draft/struct.html#__svg__SVGSVGElement__unsuspendRedraw)."; |
- |
- case SVGSVGElementUnsuspendRedrawAll: |
- return "'SVGSVGElement.unsuspendRedrawAll()' is deprecated, please do not use it. It is a no-op, as per SVG2 (https://svgwg.org/svg2-draft/struct.html#__svg__SVGSVGElement__unsuspendRedrawAll)."; |
- |
// Powerful features on insecure origins (https://goo.gl/rStTGz) |
case DeviceMotionInsecureOrigin: |
return "The devicemotion event is deprecated on insecure origins, and support will be removed in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details."; |