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

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

Issue 2643613002: Reduce the perf overhead of our dangling markup experiments. (Closed)
Patch Set: Rebase. 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 2d1a1496d15cb660e9c3b9e3ef74e3291227b8a8..1d02024646b1d5622c3a202acb9caba78fad8660 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1427,9 +1427,8 @@ class CORE_EXPORT UseCounter {
V8PromiseConstructorReturnedUndefined = 1766,
FormSubmittedWithUnclosedFormControl = 1767,
DocumentCompleteURLHTTPContainingNewline = 1768,
- DocumentCompleteURLHTTPContainingLessThan = 1769,
DocumentCompleteURLHTTPContainingNewlineAndLessThan = 1770,
- DocumentCompleteURLNonHTTPContainingNewlineOrLessThan = 1771,
+ DocumentCompleteURLNonHTTPContainingNewline = 1771,
CSSSelectorInternalMediaControlsTextTrackList = 1772,
CSSSelectorInternalMediaControlsTextTrackListItem = 1773,
CSSSelectorInternalMediaControlsTextTrackListItemInput = 1774,

Powered by Google App Engine
This is Rietveld 408576698