We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe6c28 commit a3c4eaaCopy full SHA for a3c4eaa
src/api/dispatcher_host.cc
@@ -69,6 +69,7 @@ bool DispatcherHost::Send(IPC::Message* message) {
69
bool DispatcherHost::OnMessageReceived(const IPC::Message& message) {
70
bool handled = true;
71
base::ThreadRestrictions::ScopedAllowIO allow_io;
72
+ base::ThreadRestrictions::ScopedAllowWait allow_wait;
73
IPC_BEGIN_MESSAGE_MAP(DispatcherHost, message)
74
IPC_MESSAGE_HANDLER(ShellViewHostMsg_Allocate_Object, OnAllocateObject)
75
IPC_MESSAGE_HANDLER(ShellViewHostMsg_Deallocate_Object, OnDeallocateObject)
0 commit comments