Index: Source/platform/graphics/PaintInvalidationReason.cpp |
diff --git a/Source/platform/graphics/PaintInvalidationReason.cpp b/Source/platform/graphics/PaintInvalidationReason.cpp |
index b5dbdad8011efd43e7d3e3a7e2181d0b2ed1afc8..f43a153221a3e95adf07519cca662486799cf743 100644 |
--- a/Source/platform/graphics/PaintInvalidationReason.cpp |
+++ b/Source/platform/graphics/PaintInvalidationReason.cpp |
@@ -46,8 +46,6 @@ |
return "renderer insertion"; |
case PaintInvalidationRendererRemoval: |
return "renderer removal"; |
- case PaintInvalidationDelayedFull: |
- return "delayed full"; |
} |
ASSERT_NOT_REACHED(); |
return ""; |