| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index af8a44487cfb35827eca4c60e41e5e7604503e2f..ba5c0cca9b8a132a19a17e2afdce9f338b80fc61 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -673,9 +673,6 @@ String UseCounter::deprecationMessage(Feature feature)
|
| case PrefixedPutImageDataHD:
|
| return "'CanvasRenderingContext2D.webkitPutImageDataHD' is deprecated. Please use putImageData instead.";
|
|
|
| - case ShadowRootApplyAuthorStyles:
|
| - return "'ShadowRoot.applyAuthorStyles' is deprecated.";
|
| -
|
| case PrefixedSpeechAttribute:
|
| return "The 'x-webkit-speech' input field attribute is deprecated. Please use the JavaScript API instead.";
|
|
|
| @@ -691,7 +688,6 @@ String UseCounter::deprecationMessage(Feature feature)
|
| case PrefixedCancelRequestAnimationFrame:
|
| return "'webkitCancelRequestAnimationFrame' is vendor-specific. Please use the standard 'cancelAnimationFrame' instead.";
|
|
|
| - // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
| }
|
|
|