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 20f52968d4f9e7dd959b1ccc268e1b82b5748d86..e0b1604ab57bb40ce53a21765bc02601b89a2647 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -1425,6 +1425,12 @@ class CORE_EXPORT UseCounter { |
HTMLIFrameElementReferrerPolicyAttribute = 1755, |
HTMLImageElementReferrerPolicyAttribute = 1756, |
HTMLLinkElementReferrerPolicyAttribute = 1757, |
+ BaseElement = 1758, |
+ BaseWithCrossOriginHref = 1759, |
+ BaseWithDataHref = 1760, |
+ BaseWithNewlinesInTarget = 1761, |
+ BaseWithOpenBracketInTarget = 1762, |
+ BaseWouldBeBlockedByDefaultSrc = 1763, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |