| Index: Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl
|
| diff --git a/Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl b/Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl
|
| index 6b25f3f68bfff223226e0e5eedc57add0169c833..2d94fd04421f9811acabf5951f46017ee2ea361e 100644
|
| --- a/Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl
|
| +++ b/Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "core/css/resolver/StyleBuilderConverter.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class CSSValue;
|
| class StyleResolverState;
|
| @@ -23,6 +23,6 @@ public:
|
| {% endfor %}
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|