| Index: Source/core/style/ComputedStyle.h
|
| diff --git a/Source/core/style/ComputedStyle.h b/Source/core/style/ComputedStyle.h
|
| index 117eb9acff7061d06b03cf4cd9f82a48bec7634d..f8a81e1e68bf5dacd82946711174a4bfb2308181 100644
|
| --- a/Source/core/style/ComputedStyle.h
|
| +++ b/Source/core/style/ComputedStyle.h
|
| @@ -588,7 +588,7 @@ public:
|
|
|
| const Length& specifiedLineHeight() const;
|
| Length lineHeight() const;
|
| - int computedLineHeight() const;
|
| + LayoutUnit computedLineHeight() const;
|
|
|
| EWhiteSpace whiteSpace() const { return static_cast<EWhiteSpace>(inherited_flags._white_space); }
|
| static bool autoWrap(EWhiteSpace ws)
|
|
|