| Index: third_party/WebKit/Source/core/editing/SelectionController.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/editing/SelectionController.cpp b/third_party/WebKit/Source/core/editing/SelectionController.cpp
 | 
| index 3a87870bd3d9a309b4ee7b6e6b9e6033aec11490..d8383c49c95d47414bc2ac2fa4fbbff8c4a79458 100644
 | 
| --- a/third_party/WebKit/Source/core/editing/SelectionController.cpp
 | 
| +++ b/third_party/WebKit/Source/core/editing/SelectionController.cpp
 | 
| @@ -521,7 +521,7 @@ bool SelectionController::SelectClosestWordFromHitTestResult(
 | 
|  
 | 
|      if (new_selection.RootEditableElement() &&
 | 
|          pos.DeepEquivalent() == VisiblePositionInFlatTree::LastPositionInNode(
 | 
| -                                    new_selection.RootEditableElement())
 | 
| +                                    *new_selection.RootEditableElement())
 | 
|                                      .DeepEquivalent())
 | 
|        return false;
 | 
|  
 | 
| 
 |