| Index: Source/core/layout/line/InlineBox.h
|
| diff --git a/Source/core/layout/line/InlineBox.h b/Source/core/layout/line/InlineBox.h
|
| index db1fecfb863d13b96b2088e99612dd08db267f8d..e04a161528e0e85ee1c2e760c3b52eeca5c2b5ea 100644
|
| --- a/Source/core/layout/line/InlineBox.h
|
| +++ b/Source/core/layout/line/InlineBox.h
|
| @@ -279,7 +279,7 @@ public:
|
| // Converts from a rect in the logical space of the InlineBox to one in the physical space
|
| // of the containing block. The logical space of an InlineBox may be transposed for vertical text and
|
| // flipped for right-to-left text.
|
| - LayoutRect logicalRectToPhysicalRect(const LayoutRect&);
|
| + void logicalRectToPhysicalRect(LayoutRect&);
|
|
|
| void flipForWritingMode(FloatRect&);
|
| FloatPoint flipForWritingMode(const FloatPoint&);
|
|
|