| Index: base/callback_internal.h
|
| diff --git a/base/callback_internal.h b/base/callback_internal.h
|
| index 989572afb117e60df02f34ac7e09f378731b8a0b..afed81c843e408c01076d92691f81fb9153298e0 100644
|
| --- a/base/callback_internal.h
|
| +++ b/base/callback_internal.h
|
| @@ -36,6 +36,8 @@ class BASE_EXPORT BindStateBase {
|
|
|
| protected:
|
| BindStateBase(InvokeFuncStorage polymorphic_invoke,
|
| + void (*destructor)(BindStateBase*));
|
| + BindStateBase(InvokeFuncStorage polymorphic_invoke,
|
| void (*destructor)(BindStateBase*),
|
| bool (*is_cancelled)(const BindStateBase*));
|
| ~BindStateBase() = default;
|
|
|