Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index 35cb0b82bb5caaafcf11ccd431d56901f65ecd5a..85e1a38c41422daddaba567f4462e53e243627fc 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -389,7 +389,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
case CSSPropertyClipPath: return 355; |
case CSSPropertyClipRule: return 356; |
case CSSPropertyMask: return 357; |
- case CSSPropertyEnableBackground: return 358; |
+ // CSSPropertyEnableBackground has been removed, was return 358; |
case CSSPropertyFilter: return 359; |
case CSSPropertyFloodColor: return 360; |
case CSSPropertyFloodOpacity: return 361; |