| Index: Source/core/layout/LayoutBR.cpp
|
| diff --git a/Source/core/layout/LayoutBR.cpp b/Source/core/layout/LayoutBR.cpp
|
| index 2dd81e0448fb312398aa0710d8c64c3d13a0b021..7ddd1277d1311dfba5bf9c31b24f1d073132a336 100644
|
| --- a/Source/core/layout/LayoutBR.cpp
|
| +++ b/Source/core/layout/LayoutBR.cpp
|
| @@ -67,7 +67,7 @@ int LayoutBR::caretMaxOffset() const
|
|
|
| PositionWithAffinity LayoutBR::positionForPoint(const LayoutPoint&)
|
| {
|
| - return createPositionWithAffinity(0, DOWNSTREAM);
|
| + return createPositionWithAffinity(0);
|
| }
|
|
|
| } // namespace blink
|
|
|