[Webkit-unassigned] [Bug 124864] Web Inspector: Crash when starting the Inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 25 15:26:25 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=124864





--- Comment #2 from Alexandru Chiculita <achicu at adobe.com>  2013-11-25 15:24:53 PST ---
It seems like a simple fix would be to replace the following line in WebPageProxy::initializeWebPage() 

m_process->send(Messages::WebProcess::CreateWebPageGroup(m_pageGroup->pageGroupID(), m_pageGroup->data()), 0);

should be:

m_process->send(Messages::WebProcess::CreateWebPageGroup(m_pageGroup->pageGroupID(), m_pageGroup->data()), 0, CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list