| Index: third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| index 3b7c019ccb93cbaaf7f6a61267b045db01d07fd1..153099cf88ca689150193141845bf272952897c4 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -247,12 +247,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
|
| return "<source src> with a <picture> parent is invalid and therefore "
|
| "ignored. Please use <source srcset> instead.";
|
|
|
| - case UseCounter::RadioNameMatchingASCIICaseless:
|
| - case UseCounter::RadioNameMatchingCaseFolding:
|
| - return willBeRemoved(
|
| - "Case-insensitive matching for <input type=radio name=...>", M57,
|
| - "6165799291060224");
|
| -
|
| case UseCounter::ConsoleTimeline:
|
| return replacedBy("'console.timeline'", "'console.time'");
|
|
|
|
|