Index: Source/platform/graphics/paint/DisplayItem.cpp |
diff --git a/Source/platform/graphics/paint/DisplayItem.cpp b/Source/platform/graphics/paint/DisplayItem.cpp |
index 3b240a6aeb521b57c89d5411043a0726fdc21fab..f24578e9295e95171e0982fd887344880c992ac0 100644 |
--- a/Source/platform/graphics/paint/DisplayItem.cpp |
+++ b/Source/platform/graphics/paint/DisplayItem.cpp |
@@ -140,7 +140,6 @@ static WTF::String clipTypeAsDebugString(DisplayItem::Type type) |
DEBUG_STRING_CASE(ClipPopupListBoxFrame); |
DEBUG_STRING_CASE(ClipSelectionImage); |
DEBUG_STRING_CASE(PageWidgetDelegateClip); |
- DEBUG_STRING_CASE(TransparencyClip); |
DEBUG_STRING_CASE(ClipPrintedPage); |
DEFAULT_CASE; |
} |