| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index bd223e46631df8e653fc55bf5936f492c1223567..e9ad598ee971e7d13c530a7efce337852aa49045 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -384,12 +384,6 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyWebkitUserDrag: return 337;
|
| case CSSPropertyWebkitUserModify: return 338;
|
| case CSSPropertyWebkitUserSelect: return 339;
|
| - case CSSPropertyWebkitFlowInto: return 340;
|
| - case CSSPropertyWebkitFlowFrom: return 341;
|
| - case CSSPropertyWebkitRegionFragment: return 342;
|
| - case CSSPropertyWebkitRegionBreakAfter: return 343;
|
| - case CSSPropertyWebkitRegionBreakBefore: return 344;
|
| - case CSSPropertyWebkitRegionBreakInside: return 345;
|
| case CSSPropertyShapeInside: return 346;
|
| case CSSPropertyShapeOutside: return 347;
|
| case CSSPropertyShapeMargin: return 348;
|
|
|