| Index: Source/core/rendering/RenderInline.cpp
|
| diff --git a/Source/core/rendering/RenderInline.cpp b/Source/core/rendering/RenderInline.cpp
|
| index 9464e2a19dde134a6838209a5136762aa8a58d8a..5bf21b85184bc6bb4a4efeb0f08cbaf41d3cc9a7 100644
|
| --- a/Source/core/rendering/RenderInline.cpp
|
| +++ b/Source/core/rendering/RenderInline.cpp
|
| @@ -1447,7 +1447,7 @@ void RenderInline::paintOutline(PaintInfo& paintInfo, const LayoutPoint& paintOf
|
| paintOutlineForLine(graphicsContext, paintOffset, rects.at(i - 1), rects.at(i), rects.at(i + 1), outlineColor);
|
|
|
| if (useTransparencyLayer)
|
| - graphicsContext->endTransparencyLayer();
|
| + graphicsContext->endLayer();
|
| }
|
|
|
| void RenderInline::paintOutlineForLine(GraphicsContext* graphicsContext, const LayoutPoint& paintOffset,
|
|
|