| 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 537baf0b6fbde46856c5466803673ba1d85315a2..cc09fbd0470bc43c7d1d6370877e4d80b230bcd2 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, 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 %}
|
|
|