| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index 49e5bca26b5b1d39c7d3d9b8dae61153600f3f2f..2ca7c57ec93743b3473ab8dc85190301c7328ae6 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -1352,7 +1352,7 @@ Length ComputedStyle::lineHeight() const
|
|
|
| void ComputedStyle::setLineHeight(const Length& specifiedLineHeight) { SET_VAR(inherited, line_height, specifiedLineHeight); }
|
|
|
| -int ComputedStyle::computedLineHeight() const
|
| +float ComputedStyle::computedLineHeight() const
|
| {
|
| const Length& lh = lineHeight();
|
|
|
|
|