| Index: Source/core/rendering/PaintInfo.cpp
|
| diff --git a/Source/core/rendering/PaintInfo.cpp b/Source/core/rendering/PaintInfo.cpp
|
| index b86cbb80fd387365fd4ff3e4cf95ee2eb7d45ef0..d9a0e27983b6f8bd5d330892601b8d7fbb25ac85 100644
|
| --- a/Source/core/rendering/PaintInfo.cpp
|
| +++ b/Source/core/rendering/PaintInfo.cpp
|
| @@ -39,6 +39,7 @@ DisplayItem::Type PaintInfo::displayItemTypeForClipping() const
|
| case PaintPhaseBlockBackground:
|
| case PaintPhaseSelfOutline:
|
| case PaintPhaseMask:
|
| + case PaintPhaseCaret:
|
| ASSERT_NOT_REACHED();
|
| }
|
| // This should never happen.
|
|
|