| Index: third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.cpp b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.cpp
|
| index 5da06f170947e9b2028d6e8e8680b4f33ee6df74..554b9322ad8d40607b1de45d60bc7a1f643c56ac 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.cpp
|
| @@ -224,7 +224,7 @@ FontDescription::Size StyleBuilderConverter::convertFontSize(StyleResolverState&
|
|
|
| // FIXME: Find out when parentStyle could be 0?
|
| if (state.parentStyle())
|
| - parentSize = state.parentFontDescription().size();
|
| + parentSize = state.parentFontDescription().getSize();
|
|
|
| if (CSSValueID valueID = primitiveValue.getValueID()) {
|
| switch (valueID) {
|
|
|