| Index: Source/platform/graphics/paint/DisplayItem.cpp
|
| diff --git a/Source/platform/graphics/paint/DisplayItem.cpp b/Source/platform/graphics/paint/DisplayItem.cpp
|
| index 6abfe2bfde70c5484da479f5363f6a99d2edad2a..ece012583426582797bfb3706b3919da83ad94ca 100644
|
| --- a/Source/platform/graphics/paint/DisplayItem.cpp
|
| +++ b/Source/platform/graphics/paint/DisplayItem.cpp
|
| @@ -77,6 +77,7 @@ WTF::String DisplayItem::typeAsDebugString(DisplayItem::Type type)
|
| case PageWidgetDelegateClip: return "PageWidgetDelegateClip";
|
| case PageWidgetDelegateBackgroundFallback: return "PageWidgetDelegateBackgroundFallback";
|
| case ViewBackground: return "ViewBackground";
|
| + case SVGFilter: return "SVGFilter";
|
| }
|
| ASSERT_NOT_REACHED();
|
| return "Unknown";
|
|
|