| Index: Source/build/scripts/templates/StyleBuilder.cpp.tmpl
|
| diff --git a/Source/build/scripts/templates/StyleBuilder.cpp.tmpl b/Source/build/scripts/templates/StyleBuilder.cpp.tmpl
|
| index cc09fbd0470bc43c7d1d6370877e4d80b230bcd2..e9d53cb6657d081762473bf6fb816a838b398e28 100644
|
| --- a/Source/build/scripts/templates/StyleBuilder.cpp.tmpl
|
| +++ b/Source/build/scripts/templates/StyleBuilder.cpp.tmpl
|
| @@ -13,7 +13,7 @@
|
|
|
| namespace blink {
|
|
|
| -void StyleBuilder::applyProperty(CSSPropertyID property, StyleResolverState& state, CSSValue value, bool isInitial, bool isInherit) {
|
| +void StyleBuilder::applyProperty(CSSPropertyID property, StyleResolverState& state, const CSSValue& value, bool isInitial, bool isInherit) {
|
| switch(property) {
|
| {% for property_id, property in properties.items()
|
| if property.should_declare_functions or property.use_handlers_for %}
|
|
|