Bug 58923 - Replace the didFailToSendSyncMessage Connection::Client function with a flag
Summary: Replace the didFailToSendSyncMessage Connection::Client function with a flag
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
: 57718 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-04-19 13:41 PDT by Anders Carlsson
Modified: 2011-04-19 14:01 PDT (History)
1 user (show)

See Also:


Attachments
Patch (8.63 KB, patch)
2011-04-19 13:43 PDT, Anders Carlsson
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2011-04-19 13:41:48 PDT
Replace the didFailToSendSyncMessage Connection::Client function with a flag
Comment 1 Anders Carlsson 2011-04-19 13:43:45 PDT
Created attachment 90246 [details]
Patch
Comment 2 Alexey Proskuryakov 2011-04-19 13:45:53 PDT
Comment on attachment 90246 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=90246&action=review

Yay!

> Source/WebKit2/Platform/CoreIPC/Connection.cpp:610
> +    exit(EXIT_FAILURE);

Why a FAILURE? Seems very likely to be an orderly Safari quit.
Comment 3 Anders Carlsson 2011-04-19 13:47:26 PDT
Committed r84288: <http://trac.webkit.org/changeset/84288>
Comment 4 Alexey Proskuryakov 2011-04-19 14:01:06 PDT
*** Bug 57718 has been marked as a duplicate of this bug. ***