Summary: | Don't try to set the exception port for server connections | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Anders Carlsson <andersca> | ||||
Component: | New Bugs | Assignee: | Anders Carlsson <andersca> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | ||||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Anders Carlsson
2013-04-03 17:00:38 PDT
Created attachment 196425 [details]
Patch
Comment on attachment 196425 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=196425&action=review > Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp:425 > + m_clientRunLoop->dispatch(bind(&Connection::dispatchDidReceiveInvalidMessage, this, decoder->messageReceiverName().toString(), decoder->messageName().toString())); Too bad you have to do this much to do the invalid message dance. Would be nice if we could share a little more code with the other invalid message cases. Committed r147598: <http://trac.webkit.org/changeset/147598> |