| Index: base/callback_internal.h
|
| diff --git a/base/callback_internal.h b/base/callback_internal.h
|
| index 6de18fd39d505b42ef4c07c906ae2c4086bf59e8..02b6dfeefeb10e64bbebb7b5148bf2f94a273231 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;
|
|
|