| Index: Source/core/css/resolver/FontBuilder.cpp
|
| diff --git a/Source/core/css/resolver/FontBuilder.cpp b/Source/core/css/resolver/FontBuilder.cpp
|
| index 8eb357329d4dafee0575a797759405f68d2c7bfd..487470f14cb43334ff06348d28c248a7ed4842c4 100644
|
| --- a/Source/core/css/resolver/FontBuilder.cpp
|
| +++ b/Source/core/css/resolver/FontBuilder.cpp
|
| @@ -281,7 +281,7 @@ static float smallerFontSize(float size)
|
| }
|
|
|
| // FIXME: Have to pass RenderStyles here for calc/computed values. This shouldn't be neecessary.
|
| -void FontBuilder::setFontSizeValue(CSSValue* value, RenderStyle* parentStyle, RenderStyle* rootElementStyle, float effectiveZoom)
|
| +void FontBuilder::setFontSizeValue(CSSValue* value, RenderStyle* parentStyle, const RenderStyle* rootElementStyle, float effectiveZoom)
|
| {
|
| if (!value->isPrimitiveValue())
|
| return;
|
|
|