| Index: Source/platform/graphics/GraphicsContext.cpp
|
| diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp
|
| index 2059e793cf41e1e9b474440f2b9ef503dd761d15..04be58b550e32698f3bdc64508d84f08dcb223b3 100644
|
| --- a/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -975,8 +975,6 @@ void GraphicsContext::drawBidiText(const Font& font, const TextRunPaintInfo& run
|
| if (bidiRun)
|
| currPoint.move(font.width(subrun), 0);
|
| }
|
| -
|
| - bidiRuns.deleteRuns();
|
| }
|
|
|
| void GraphicsContext::drawHighlightForText(const Font& font, const TextRun& run, const FloatPoint& point, int h, const Color& backgroundColor, int from, int to)
|
|
|