| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index d5efd2996eefbec428364cabe4e2b475c345a49d..34a4c16b1178e8aceef8c452817818839f406b3b 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -499,6 +499,10 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyGrid: return 453;
|
| case CSSPropertyAll: return 454;
|
| case CSSPropertyJustifyItems: return 455;
|
| + case CSSPropertyNavDown: return 456;
|
| + case CSSPropertyNavLeft: return 457;
|
| + case CSSPropertyNavRight: return 458;
|
| + case CSSPropertyNavUp: return 459;
|
|
|
| // 1. Add new features above this line (don't change the assigned numbers of the existing
|
| // items).
|
| @@ -521,7 +525,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| return 0;
|
| }
|
|
|
| -static int maximumCSSSampleId() { return 455; }
|
| +static int maximumCSSSampleId() { return 459; }
|
|
|
| void UseCounter::muteForInspector()
|
| {
|
|
|