| Index: Source/core/paint/BoxBorderPainter.cpp
|
| diff --git a/Source/core/paint/BoxBorderPainter.cpp b/Source/core/paint/BoxBorderPainter.cpp
|
| index 453cc602f10f669fac37ddb5e443addbe2a4d646..ec93135fec480059a472d9323a56572f444d7701 100644
|
| --- a/Source/core/paint/BoxBorderPainter.cpp
|
| +++ b/Source/core/paint/BoxBorderPainter.cpp
|
| @@ -546,6 +546,8 @@ BoxBorderPainter::BoxBorderPainter(const LayoutRect& borderRect, const ComputedS
|
| continue;
|
| }
|
|
|
| + ASSERT(edge.color.alpha() > 0);
|
| +
|
| m_visibleEdgeCount++;
|
| m_visibleEdgeSet |= edgeFlagForSide(static_cast<BoxSide>(i));
|
|
|
|
|