| Index: Source/core/rendering/InlineBox.cpp
|
| diff --git a/Source/core/rendering/InlineBox.cpp b/Source/core/rendering/InlineBox.cpp
|
| index 362384ccf7319ac7b2fe91ba36eafbd33db59226..5afb83aa641d1dc9987e11dbc5c0770587d65b9e 100644
|
| --- a/Source/core/rendering/InlineBox.cpp
|
| +++ b/Source/core/rendering/InlineBox.cpp
|
| @@ -111,7 +111,7 @@ void InlineBox::showBox(int printedCharacters) const
|
| for (; printedCharacters < showTreeCharacterOffset; printedCharacters++)
|
| fputc(' ', stderr);
|
| fprintf(stderr, "\t%s %p {pos=%g,%g size=%g,%g} baseline=%i/%i\n",
|
| - renderer().renderName(), &renderer(), x(), y(), width(), height(),
|
| + renderer().renderName(), &renderer(), WILL_BE_LAYOUT_UNIT_TO_FLOAT(x()), WILL_BE_LAYOUT_UNIT_TO_FLOAT(y()), WILL_BE_LAYOUT_UNIT_TO_FLOAT(width()), WILL_BE_LAYOUT_UNIT_TO_FLOAT(height()),
|
| baselinePosition(AlphabeticBaseline),
|
| baselinePosition(IdeographicBaseline));
|
| }
|
|
|