Index: WebCore/rendering/TextControlInnerElements.cpp |
=================================================================== |
--- WebCore/rendering/TextControlInnerElements.cpp (revision 72934) |
+++ WebCore/rendering/TextControlInnerElements.cpp (working copy) |
@@ -52,6 +52,7 @@ |
RenderTextControlInnerBlock(Node* node, bool isMultiLine) : RenderBlock(node), m_multiLine(isMultiLine) { } |
private: |
+ virtual bool hasLineIfEmpty() const { return true; } |
virtual VisiblePosition positionForPoint(const IntPoint&); |
bool m_multiLine; |