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

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

Issue 2895953002: Update dangling markup mitigations. (Closed)
Patch Set: Test. Created 3 years, 7 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 4337bf4cd9e40e6f9f623cc8215aeb2c73fdb3cc..621c0cf17f1dae3c8bde0ebe034c40f560e12e8f 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1382,9 +1382,6 @@ class CORE_EXPORT UseCounter {
kV8AssigmentExpressionLHSIsCallInStrict = 1765,
kV8PromiseConstructorReturnedUndefined = 1766,
kFormSubmittedWithUnclosedFormControl = 1767,
- kDocumentCompleteURLHTTPContainingNewline = 1768,
- kDocumentCompleteURLHTTPContainingNewlineAndLessThan = 1770,
- kDocumentCompleteURLNonHTTPContainingNewline = 1771,
kScrollbarUseVerticalScrollbarButton = 1777,
kScrollbarUseVerticalScrollbarThumb = 1778,
kScrollbarUseVerticalScrollbarTrack = 1779,
@@ -1522,7 +1519,6 @@ class CORE_EXPORT UseCounter {
kWebkitCSSMatrixSetMatrixValue = 1912,
kWebkitCSSMatrixConstructFromString = 1913,
kCanRequestURLHTTPContainingNewline = 1914,
- kCanRequestURLNonHTTPContainingNewline = 1915,
kGetGamepads = 1916,
kV8SVGPathElement_GetPathSegAtLength_Method = 1917,
kMediaStreamConstraintsAudio = 1918,

Powered by Google App Engine
This is Rietveld 408576698