Index: third_party/WebKit/Source/core/layout/LayoutReplaced.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp b/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp |
index c9185389b4c7f92fcf16a76b79576676442eb46f..7799e2c797554932438fbec73ca1a9ecd82f6bf7 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp |
@@ -726,7 +726,7 @@ LayoutRect LayoutReplaced::selectionRectForPaintInvalidation(const LayoutBoxMode |
LayoutRect LayoutReplaced::localSelectionRect() const |
{ |
- if (selectionState() == SelectionNone) |
+ if (getSelectionState() == SelectionNone) |
return LayoutRect(); |
if (!inlineBoxWrapper()) { |