| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index 2a20459a504862eff4c069fba82bea17c0277c94..31cce9336d8713e1a078aa55c1c14b4ddf403713 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -292,7 +292,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyGridAutoFlow: return 250;
|
| case CSSPropertyWebkitHighlight: return 251;
|
| case CSSPropertyWebkitHyphenateCharacter: return 252;
|
| - case CSSPropertyWebkitLineBoxContain: return 257;
|
| + // case CSSPropertyWebkitLineBoxContain: return 257;
|
| // case CSSPropertyWebkitLineAlign: return 258;
|
| case CSSPropertyWebkitLineBreak: return 259;
|
| case CSSPropertyWebkitLineClamp: return 260;
|
|
|