Commit 7d64ad24 authored by hyatt's avatar hyatt

Ooops left off paren.

git-svn-id: svn://svn.chromium.org/blink/trunk@18818 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 19115c8b
......@@ -152,7 +152,7 @@ RenderStyle* RenderTextControl::createInnerTextStyle(RenderStyle* startStyle)
// Do not allow line-height to be smaller than our default.
if (textBlockStyle->font().lineSpacing() > lineHeight(true, true))
textBlockStyle->setLineHeight(Length(-100, Percent);
textBlockStyle->setLineHeight(Length(-100, Percent));
}
if (!m_multiLine) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment