Index: Source/platform/graphics/GraphicsContext.cpp |
diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp |
index 8297bacf7292c8474a26169913ffc8598f7205ca..515746053f8190d502e9e89c0b3f447d77fed062 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) |