summaryrefslogtreecommitdiff
path: root/grpc/src/core/lib/iomgr/exec_ctx.h
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/src/core/lib/iomgr/exec_ctx.h')
-rw-r--r--grpc/src/core/lib/iomgr/exec_ctx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc/src/core/lib/iomgr/exec_ctx.h b/grpc/src/core/lib/iomgr/exec_ctx.h
index c993133e..9cb52575 100644
--- a/grpc/src/core/lib/iomgr/exec_ctx.h
+++ b/grpc/src/core/lib/iomgr/exec_ctx.h
@@ -228,7 +228,7 @@ class ExecCtx {
}
static void Run(const DebugLocation& location, grpc_closure* closure,
- grpc_error* error);
+ grpc_error_handle error);
static void RunList(const DebugLocation& location, grpc_closure_list* list);