| Index: Source/core/rendering/InlineTextBox.cpp
|
| diff --git a/Source/core/rendering/InlineTextBox.cpp b/Source/core/rendering/InlineTextBox.cpp
|
| index 2bfe7de7bd567c9e49c226ef29d52ea77c0c14fd..7287d000279ac5e1797ae2b4ca25f6255d2e1ff8 100644
|
| --- a/Source/core/rendering/InlineTextBox.cpp
|
| +++ b/Source/core/rendering/InlineTextBox.cpp
|
| @@ -1534,6 +1534,11 @@ TextRun InlineTextBox::constructTextRun(RenderStyle* style, const Font& font, St
|
| return run;
|
| }
|
|
|
| +TextRun InlineTextBox::constructTextRunForInspector(RenderStyle* style, const Font& font) const
|
| +{
|
| + return InlineTextBox::constructTextRun(style, font);
|
| +}
|
| +
|
| #ifndef NDEBUG
|
|
|
| const char* InlineTextBox::boxName() const
|
|
|