Index: Source/core/rendering/TextRunConstructor.h |
diff --git a/Source/core/rendering/TextRunConstructor.h b/Source/core/rendering/TextRunConstructor.h |
index 53f8b080ec2a0884c3b516a770435fde9da250fe..0dae18937dfab8ef6770db617658218e6a686477 100644 |
--- a/Source/core/rendering/TextRunConstructor.h |
+++ b/Source/core/rendering/TextRunConstructor.h |
@@ -72,9 +72,6 @@ TextRun constructTextRun(RenderObject* context, const Font&, const RenderText*, |
TextRun constructTextRun(RenderObject* context, const Font&, const RenderText*, unsigned offset, unsigned length, RenderStyle*, TextDirection, |
TextRun::ExpansionBehavior = TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion); |
-TextRun constructTextRun(RenderObject* context, const Font&, const RenderText*, unsigned offset, RenderStyle*, |
- TextRun::ExpansionBehavior = TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion); |
- |
TextRun constructTextRun(RenderObject* context, const Font&, const LChar* characters, int length, RenderStyle*, TextDirection, |
TextRun::ExpansionBehavior = TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion); |