Index: mojo/edk/system/platform_handle_dispatcher.cc |
diff --git a/mojo/edk/system/platform_handle_dispatcher.cc b/mojo/edk/system/platform_handle_dispatcher.cc |
index 93d2b5cb2c414f189085d54b6f31c048697efa66..0d52529a9fba9ca72b488aebbec08e91381f4f8b 100644 |
--- a/mojo/edk/system/platform_handle_dispatcher.cc |
+++ b/mojo/edk/system/platform_handle_dispatcher.cc |
@@ -26,6 +26,9 @@ struct SerializedPlatformHandleDispatcher { |
} // namespace |
+// static |
+constexpr MojoHandleRights PlatformHandleDispatcher::kDefaultHandleRights; |
+ |
ScopedPlatformHandle PlatformHandleDispatcher::PassPlatformHandle() { |
MutexLocker locker(&mutex()); |
return platform_handle_.Pass(); |