| Index: third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| index a45c65b2685e32602ef8224cabe672edfa5d5ba1..1fe4e1c3e4e3fcb387e92d72072cc62d040d4da4 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| @@ -260,7 +260,7 @@ static bool borderImageLengthMatchesAllSides(const BorderImageLengthBox& borderI
|
| {{declare_value_function(property_id)}}
|
| {
|
| {% set property = properties[property_id] %}
|
| - {{set_value(property)}}(state.styleImage({{property_id}}, value));
|
| + {{set_value(property)}}(state.styleImage({{property_id}}, *value));
|
| }
|
| {% endmacro %}
|
| {{apply_value_border_image_source('CSSPropertyBorderImageSource')}}
|
|
|