From 8b81c8733b826105e59d535b24700336d8744f15 Mon Sep 17 00:00:00 2001 From: Jim Mathies Date: Fri, 12 Feb 2010 00:31:08 -0600 Subject: [PATCH] e10s bustage fix after bad merge. --- ipc/glue/RPCChannel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/glue/RPCChannel.h b/ipc/glue/RPCChannel.h index 22c6bcaa7a2e..66e066a50b7b 100644 --- a/ipc/glue/RPCChannel.h +++ b/ipc/glue/RPCChannel.h @@ -121,7 +121,7 @@ public: } protected: - void WaitForNotify(); + bool WaitForNotify(); bool IsMessagePending(); bool SpinInternalEventLoop(); static void EnterModalLoop() {