diff options
Diffstat (limited to 'mojo/edk/system/request_context.h')
| -rw-r--r-- | mojo/edk/system/request_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/edk/system/request_context.h b/mojo/edk/system/request_context.h index 394e455..7aa0e69 100644 --- a/mojo/edk/system/request_context.h +++ b/mojo/edk/system/request_context.h @@ -67,6 +67,7 @@ class MOJO_SYSTEM_IMPL_EXPORT RequestContext { WatchNotifyFinalizer(scoped_refptr<Watcher> watcher, MojoResult result, const HandleSignalsState& state); + WatchNotifyFinalizer(const WatchNotifyFinalizer& other); ~WatchNotifyFinalizer(); scoped_refptr<Watcher> watcher; |
