From 7d5a04f0fb5c206e92eb3fc5e136a32353294d34 Mon Sep 17 00:00:00 2001 From: Nika Layzell Date: Mon, 5 Mar 2018 16:46:46 -0500 Subject: [PATCH] Bug 1437167 - Part 4: Spell CVStatus correctly on a CLOSED TREE, a=bustage MozReview-Commit-ID: I4t8OtmxjDa --- ipc/glue/WindowsMessageLoop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/glue/WindowsMessageLoop.cpp b/ipc/glue/WindowsMessageLoop.cpp index 11a1a3122f55..e8d37ab8c98e 100644 --- a/ipc/glue/WindowsMessageLoop.cpp +++ b/ipc/glue/WindowsMessageLoop.cpp @@ -1037,7 +1037,7 @@ MessageChannel::WaitForSyncNotify(bool aHandleWindowsMessages) // If the timeout didn't expire, we know we received an event. The // converse is not true. - return WaitResponse(status == CVStaus::Timeout); + return WaitResponse(status == CVStatus::Timeout); } NS_ASSERTION(mFlags & REQUIRE_DEFERRED_MESSAGE_PROTECTION,