Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index f41b562253bfe83f2787b0d2266a08055708b66d..42f6573713cb5e8438082f0dde2ace087bdffb66 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -437,9 +437,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
case CSSPropertyVectorEffect: return 393; |
case CSSPropertyWritingMode: return 394; |
// CSSPropertyWebkitSvgShadow has been removed, was return 395; |
-#if defined(ENABLE_CURSOR_VISIBILITY) && ENABLE_CURSOR_VISIBILITY |
- case CSSPropertyWebkitCursorVisibility: return 396; |
-#endif |
+ // CSSPropertyWebkitCursorVisibility has been removed, was return 396; |
// CSSPropertyImageOrientation has been removed, was return 397; |
// CSSPropertyImageResolution has been removed, was return 398; |
#if defined(ENABLE_CSS_COMPOSITING) && ENABLE_CSS_COMPOSITING |