aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/closure.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/iomgr/closure.h')
-rw-r--r--src/core/lib/iomgr/closure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/closure.h b/src/core/lib/iomgr/closure.h
index f68918875a..63843ad76d 100644
--- a/src/core/lib/iomgr/closure.h
+++ b/src/core/lib/iomgr/closure.h
@@ -162,7 +162,7 @@ bool grpc_closure_list_empty(grpc_closure_list list);
void grpc_closure_run(const char* file, int line, grpc_closure* closure,
grpc_error* error);
#define GRPC_CLOSURE_RUN(closure, error) \
- grpc_closure_run(__FILE__, __LINE__, exec_ctx, closure, error)
+ grpc_closure_run(__FILE__, __LINE__, closure, error)
#else
void grpc_closure_run(grpc_closure* closure, grpc_error* error);
#define GRPC_CLOSURE_RUN(closure, error) grpc_closure_run(closure, error)