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