| Index: third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.cpp b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| index f9b47463ac92d5348f9d0dfcdd1621cb0540da0d..2d52869702ead34abf8afdeaf26383377f402dfd 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| @@ -975,7 +975,7 @@ void FrameSelection::revealSelection(const ScrollAlignment& alignment,
|
|
|
| LayoutRect rect;
|
|
|
| - switch (getSelectionType()) {
|
| + switch (computeVisibleSelectionInDOMTree().getSelectionType()) {
|
| case NoSelection:
|
| return;
|
| case CaretSelection:
|
|
|