Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index a0ce4057a5caad02882b1c83873cddf821280ef4..b2cb53a0be10258c924c0866f7ebeb9935b880d4 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -398,8 +398,8 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
case CSSPropertyShapeOutside: return 347; |
case CSSPropertyShapeMargin: return 348; |
// case CSSPropertyShapePadding: return 349; |
- case CSSPropertyWebkitWrapFlow: return 350; |
- case CSSPropertyWebkitWrapThrough: return 351; |
+ // case CSSPropertyWebkitWrapFlow: return 350; |
+ // case CSSPropertyWebkitWrapThrough: return 351; |
// CSSPropertyWebkitWrap was 352. |
#if defined(ENABLE_TOUCH_EVENTS) && ENABLE_TOUCH_EVENTS |
case CSSPropertyWebkitTapHighlightColor: return 353; |