Index: third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp |
index 7e8abf2eee9083e75f12c1f003a7574fd3269c11..aff4679b757afa367bfc8f745af7290780b3d975 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp |
@@ -297,7 +297,7 @@ PassRefPtr<ComputedStyle> LayoutTextControlSingleLine::createInnerEditorStyle(co |
bool LayoutTextControlSingleLine::textShouldBeTruncated() const |
{ |
- return document().focusedElement() != node() && styleRef().textOverflow() == TextOverflowEllipsis; |
+ return document().focusedElement() != node() && styleRef().getTextOverflow() == TextOverflowEllipsis; |
} |
void LayoutTextControlSingleLine::autoscroll(const IntPoint& position) |