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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2648163002: Remove case-insensitive matching of usemap attribute. (Closed)
Patch Set: _ Created 3 years, 11 months 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/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index a5140028bd76ab21f3d4f168b1fa10521d8c8e4a..8ed8234195324713692624d408b8ef2392c89d0d 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1175,9 +1175,6 @@ class CORE_EXPORT UseCounter {
SVGSMILCurrentTime = 1507,
HTMLBodyElementOnSelectionChangeAttribute = 1508,
ForeignFetchInterception = 1509,
- MapNameMatchingStrict = 1510,
- MapNameMatchingASCIICaseless = 1511,
- MapNameMatchingUnicodeLower = 1512,
InputSelectionGettersThrow = 1517,
UsbGetDevices = 1519,
UsbRequestDevice = 1520,
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | third_party/WebKit/Source/core/html/HTMLMapElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698