Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index 2873057685f3dc94004a03b60303486896d2a378..2ca05557d4debebfcdf2094bed12fdd159844d26 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -554,6 +554,12 @@ public: |
CSSSelectorPseudoScrollbarThumb = 584, |
CSSSelectorPseudoScrollbarTrack = 585, |
CSSSelectorPseudoScrollbarTrackPiece = 586, |
+ LangAttribute = 587, |
+ LangAttributeOnHTML = 588, |
+ LangAttributeOnBody = 589, |
+ LangAttributeDoesNotMatchToUILocale = 590, |
+ InputTypeSubmit = 591, |
+ InputTypeSubmitWithValue = 592, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |