| Index: ipc/ipc_sync_channel.cc
|
| diff --git a/ipc/ipc_sync_channel.cc b/ipc/ipc_sync_channel.cc
|
| index 842e04e74c6f33038a7415c205af3df1c8c53137..e2db7939cada1e76353b48595d586383c3d72ef2 100644
|
| --- a/ipc/ipc_sync_channel.cc
|
| +++ b/ipc/ipc_sync_channel.cc
|
| @@ -674,7 +674,7 @@ void SyncChannel::WaitForReply(mojo::SyncHandleRegistry* registry,
|
| }
|
|
|
| if (should_pump_messages)
|
| - WaitForReplyWithNestedMessageLoop(context); // Run a nested message loop.
|
| + WaitForReplyWithNestedMessageLoop(context); // Run a nested run loop.
|
|
|
| break;
|
| }
|
|
|