| 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 0a84f98ae2915a57988a57319bcaa68e0ea482e6..c11b805624b4b1aef8eb20f20fd8aacd93a950e0 100644
|
| --- a/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| +++ b/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| @@ -34,7 +34,7 @@ state.style()->{{property.setter}}
|
| {%- endif %}
|
| {% endmacro %}
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| {% for property_id, property in properties.items() if property.should_declare_functions %}
|
| {% set apply_type = property.apply_type %}
|
| @@ -642,4 +642,4 @@ static bool lengthTypeAndValueMatch(const BorderImageLengthBox& borderImageLengt
|
| {% endmacro %}
|
| {{apply_svg_paint('CSSPropertyFill', 'FillPaint')}}
|
| {{apply_svg_paint('CSSPropertyStroke', 'StrokePaint')}}
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|