Index: mojo/edk/system/data_pipe_producer_dispatcher.cc |
diff --git a/mojo/edk/system/data_pipe_producer_dispatcher.cc b/mojo/edk/system/data_pipe_producer_dispatcher.cc |
index e89f44f26b41da7bf68e34e88cc910418de025cd..86d022c6bc8a3eac9f2e193f6cf906579903331d 100644 |
--- a/mojo/edk/system/data_pipe_producer_dispatcher.cc |
+++ b/mojo/edk/system/data_pipe_producer_dispatcher.cc |
@@ -18,6 +18,9 @@ using mojo::util::RefPtr; |
namespace mojo { |
namespace system { |
+// static |
+constexpr MojoHandleRights DataPipeProducerDispatcher::kDefaultHandleRights; |
+ |
void DataPipeProducerDispatcher::Init(RefPtr<DataPipe>&& data_pipe) { |
DCHECK(data_pipe); |
data_pipe_ = std::move(data_pipe); |