| Index: third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl b/third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl
|
| index 57b5e77c614c6869930c45b4757df5e469d33574..6528813495e117f72c8e3a728bc816e2a269ce3b 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl
|
| @@ -18,11 +18,11 @@ class {{forward_declaration}};
|
|
|
| class {{exported}}{{cpp_class}} final : public GarbageCollectedFinalized<{{cpp_class}}>, public TraceWrapperBase {
|
| public:
|
| - static {{cpp_class}}* create(ScriptState* scriptState, v8::Local<v8::Value> callback);
|
| + static {{cpp_class}}* create(ScriptState*, v8::Local<v8::Value> callback);
|
|
|
| ~{{cpp_class}}() = default;
|
|
|
| - DECLARE_TRACE();
|
| + DEFINE_INLINE_TRACE() {}
|
| DECLARE_TRACE_WRAPPERS();
|
|
|
| bool call({{argument_declarations | join(', ')}});
|
|
|