| 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 b6219c01c7dd702fe4fadeaf7e0475764a22277b..ba8293405fd6a14ba0f50a85442fe0acbb2db9a4 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;
|
|
|