Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 2594593002: INPUT element: Remove case-insensitive matching for radio button group names. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'");

Powered by Google App Engine
This is Rietveld 408576698