| Index: third_party/WebKit/Source/core/layout/HitTestResult.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/layout/HitTestResult.cpp b/third_party/WebKit/Source/core/layout/HitTestResult.cpp
 | 
| index 7b2db7cff1e5465b95f42bdf45ece229526cd1d1..76f4cd952ed4d77e9d501491544fcd5d24d1f08d 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/HitTestResult.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/HitTestResult.cpp
 | 
| @@ -236,7 +236,7 @@ bool HitTestResult::isSelected() const {
 | 
|  }
 | 
|  
 | 
|  String HitTestResult::title(TextDirection& dir) const {
 | 
| -  dir = TextDirection::Ltr;
 | 
| +  dir = TextDirection::kLtr;
 | 
|    // Find the title in the nearest enclosing DOM node.
 | 
|    // For <area> tags in image maps, walk the tree for the <area>, not the <img>
 | 
|    // using it.
 | 
| 
 |