| 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 7d01d3df404e97bed0232d2630e6f3ede0e04f38..a8157905026a9babe764634a6201a1e7582aff7e 100644
|
| --- a/Source/build/scripts/templates/MakeNames.h.tmpl
|
| +++ b/Source/build/scripts/templates/MakeNames.h.tmpl
|
| @@ -28,7 +28,7 @@
|
|
|
| {% for entry in entries|sort %}
|
| {% filter enable_conditional(entry.Conditional) %}
|
| -{{symbol_export}}extern const WTF::AtomicString& {{entry|symbol}};
|
| +{{symbol_export}} extern const WTF::AtomicString& {{entry|symbol}};
|
| {% endfilter %}
|
| {% endfor %}
|
|
|
|
|