diff --git a/ipc/glue/MessageChannel.cpp b/ipc/glue/MessageChannel.cpp index 0ea455faee37..672449698e2e 100644 --- a/ipc/glue/MessageChannel.cpp +++ b/ipc/glue/MessageChannel.cpp @@ -2067,6 +2067,8 @@ MessageChannel::MessageTask::GetType(uint32_t* aType) { // has been. return NS_ERROR_FAILURE; } + + *aType = Msg().type(); return NS_OK; }