| Index: third_party/WebKit/Source/build/scripts/templates/MakeNames.h.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/MakeNames.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/MakeNames.h.tmpl
|
| index 7d01d3df404e97bed0232d2630e6f3ede0e04f38..e1ff10bb0e1486a66e633f91c21c9f0d7cf89045 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/MakeNames.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/MakeNames.h.tmpl
|
| @@ -32,6 +32,8 @@ namespace {{namespace}}Names {
|
| {% endfilter %}
|
| {% endfor %}
|
|
|
| +const unsigned {{namespace}}{{suffix}}NamesCount = {{entries|length}};
|
| +
|
| {{symbol_export}}void init{{suffix}}();
|
|
|
| } // {{namespace}}Names
|
|
|