| Index: Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| diff --git a/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl b/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| index 49a85d3df0ebd416aa0143e8dc12648fa4c6ff0a..7d53f24b1fbe06855bdadd9fce8a32f009d69a28 100644
|
| --- a/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| +++ b/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| @@ -143,7 +143,7 @@ namespace WebCore {
|
| state.style()->{{auto_setter}}();
|
| else
|
| {%- if compute_length %}
|
| - {{ set_value(property) }}(primitiveValue->computeLength<{{property.type_name}}>(state.style(), state.rootElementStyle(), state.style()->effectiveZoom()));
|
| + {{ set_value(property) }}(primitiveValue->computeLength<{{property.type_name}}>(state.cssToLengthConversionData()));
|
| {%- else %}
|
| {{ set_value(property) }}(*primitiveValue);
|
| {%- endif %}
|
|
|