summaryrefslogtreecommitdiffstats
path: root/mojo/edk/system/request_context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/edk/system/request_context.cc')
-rw-r--r--mojo/edk/system/request_context.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/mojo/edk/system/request_context.cc b/mojo/edk/system/request_context.cc
index f4f70b5..e3666b2 100644
--- a/mojo/edk/system/request_context.cc
+++ b/mojo/edk/system/request_context.cc
@@ -90,6 +90,9 @@ RequestContext::WatchNotifyFinalizer::WatchNotifyFinalizer(
: watcher(watcher), result(result), state(state) {
}
+RequestContext::WatchNotifyFinalizer::WatchNotifyFinalizer(
+ const WatchNotifyFinalizer& other) = default;
+
RequestContext::WatchNotifyFinalizer::~WatchNotifyFinalizer() {}
} // namespace edk