| Index: third_party/WebKit/Source/bindings/templates/constants.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/constants.cpp.tmpl b/third_party/WebKit/Source/bindings/templates/constants.cpp.tmpl
|
| index 40b7bc288e8e4de3ebd29fe3455ea1d66eb1fa53..c49a23826a9f53dfdca6a60630f03f7083ef33c5 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/constants.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/constants.cpp.tmpl
|
| @@ -1,6 +1,6 @@
|
| {##############################################################################}
|
| {% macro constant_getter_callback(constant) %}
|
| -void {{constant.name}}ConstantGetterCallback(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Value>& info) {
|
| +{{exported}}void {{constant.name}}ConstantGetterCallback(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Value>& info) {
|
| {% if constant.deprecate_as %}
|
| Deprecation::countDeprecation(currentExecutionContext(info.GetIsolate()), UseCounter::{{constant.deprecate_as}});
|
| {% endif %}
|
|
|