| Index: third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| index 10e2f86246b491aa1d0e842b5d1699066e802c59..62b9951b675116e75d2c18ed4ae9c0684b0c9ee5 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -566,6 +566,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyColumns: return 531;
|
| case CSSPropertyApplyAtRule: return 532;
|
| case CSSPropertyFontVariantCaps: return 533;
|
| + case CSSPropertyHyphens: return 534;
|
|
|
| // 1. Add new features above this line (don't change the assigned numbers of the existing
|
| // items).
|
| @@ -582,7 +583,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| return 0;
|
| }
|
|
|
| -static int maximumCSSSampleId() { return 533; }
|
| +static int maximumCSSSampleId() { return 534; }
|
|
|
| static EnumerationHistogram& featureObserverHistogram()
|
| {
|
|
|