| 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 e7361a74a98d8ccf426aea647b031ca03d35ae77..2d911b4afbdc3b68cd1b0cbc13636e00c16ffd1b 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -1005,7 +1005,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(
|
| return 517;
|
| case CSSPropertyD:
|
| return 518;
|
| - case CSSPropertySnapHeight:
|
| + case CSSPropertyLineHeightStep:
|
| return 519;
|
| case CSSPropertyBreakAfter:
|
| return 520;
|
|
|