| Index: Source/core/editing/FrameSelection.cpp
|
| diff --git a/Source/core/editing/FrameSelection.cpp b/Source/core/editing/FrameSelection.cpp
|
| index 49f173037c831154ae57d0904242cc8f76efa3e8..2969141df7194bf5aff4338d959ad7d23ab325dd 100644
|
| --- a/Source/core/editing/FrameSelection.cpp
|
| +++ b/Source/core/editing/FrameSelection.cpp
|
| @@ -1500,7 +1500,7 @@ PassRefPtrWillBeRawPtr<Range> FrameSelection::firstRange() const
|
| {
|
| if (m_logicalRange)
|
| return m_logicalRange->cloneRange();
|
| - return m_selection.firstRange();
|
| + return firstRangeOf(m_selection);
|
| }
|
|
|
| bool FrameSelection::isInPasswordField() const
|
|
|