Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
index 8e93284e88e682418c6fdb27953634e0a248a56a..0d1bf5f83aabaa5d06383406e673f8b32cc77f8d 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
@@ -2570,7 +2570,7 @@ LayoutObject* LayoutObject::containerCrossingFrameBoundaries() const |
bool LayoutObject::isSelectionBorder() const |
{ |
- SelectionState st = selectionState(); |
+ SelectionState st = getSelectionState(); |
return st == SelectionStart || st == SelectionEnd || st == SelectionBoth; |
} |