| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 57bf07add0b95512f26dda3d83cd6c7b59fe1683..37693290044e04c1117b459bff22f2e01c45f285 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1112,7 +1112,7 @@ bool WebLocalFrameImpl::HasSelection() const {
|
| .Start() != GetFrame()
|
| ->Selection()
|
| .ComputeVisibleSelectionInDOMTreeDeprecated()
|
| - .end();
|
| + .End();
|
| }
|
|
|
| WebRange WebLocalFrameImpl::SelectionRange() const {
|
|
|