Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index 81a7cf992ef4be1f9d8f0b60282eeef8c4518f77..96c459bd2f8e5824ed6a8a89f1f58b93ac5c1eeb 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -495,6 +495,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
case CSSPropertyMotionPosition: return 458; |
case CSSPropertyMotionRotation: return 459; |
case CSSPropertyMotion: return 460; |
+ case CSSPropertyFontSizeAdjust: return 461; |
// 1. Add new features above this line (don't change the assigned numbers of the existing |
// items). |
@@ -511,7 +512,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
return 0; |
} |
-static int maximumCSSSampleId() { return 460; } |
+static int maximumCSSSampleId() { return 461; } |
void UseCounter::muteForInspector() |
{ |