| Index: Source/build/scripts/templates/MakeNames.h.tmpl
|
| diff --git a/Source/build/scripts/templates/MakeNames.h.tmpl b/Source/build/scripts/templates/MakeNames.h.tmpl
|
| index 704b8e137aa199c1ebaab40e03da8f668d9d5dc7..e6d418cf0a9bb8659706c2ee8f13409302c33329 100644
|
| --- a/Source/build/scripts/templates/MakeNames.h.tmpl
|
| +++ b/Source/build/scripts/templates/MakeNames.h.tmpl
|
| @@ -19,11 +19,13 @@ namespace {{namespace}}Names {
|
| #ifndef {{namespace|to_macro_style}}_NAMES_HIDE_GLOBALS
|
|
|
| {% for entry in entries|sort %}
|
| +{% filter enable_conditional(entry.Conditional) %}
|
| {% if export %}
|
| {{export}} extern const WTF::AtomicString& {{entry|symbol}};
|
| {% else %}
|
| extern const WTF::AtomicString {{entry|symbol}};
|
| {% endif %}
|
| +{% endfilter %}
|
| {% endfor %}
|
|
|
| #endif // {{namespace|to_macro_style}}_NAMES_HIDE_GLOBALS
|
|
|