Bug 104392 - REGRESSION (r136770): Assertion failure in sendMessage() whenever WebProcess crashes
Summary: REGRESSION (r136770): Assertion failure in sendMessage() whenever WebProcess ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-07 12:43 PST by Alexey Proskuryakov
Modified: 2012-12-07 12:48 PST (History)
0 users

See Also:


Attachments
proposed fix (1.22 KB, patch)
2012-12-07 12:44 PST, Alexey Proskuryakov
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2012-12-07 12:43:08 PST
Accidentally changed one instance of m_connection to connection(), but connection() asserts that the connection is not null.
Comment 1 Alexey Proskuryakov 2012-12-07 12:44:55 PST
Created attachment 178259 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2012-12-07 12:48:13 PST
Committed <http://trac.webkit.org/r136973>.