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